Add payment module, BFF proxy, hub/dashboard/ops/PSP/merchant screens wired to real APIs, and mark payment-frontend complete in project status. Co-authored-by: Cursor <cursoragent@cursor.com>
3 lines
106 B
TypeScript
3 lines
106 B
TypeScript
"use client";
|
|
export { PaymentGatewayHealth as default } from "@/modules/payment/features/gatewayHealth";
|