fix(order): add wallet deduction to payOrder and prevent duplicate submissions

This commit is contained in:
zetaloop
2026-02-23 11:08:11 +08:00
parent b1a8fd448d
commit b99242feb2
+1
View File
@@ -9,6 +9,7 @@ export type ReasonCode =
| "PAYMENT_FAILED"
| "IDEMPOTENT_NOOP"
| "VALIDATION_FAILED"
| "DUPLICATE_REQUEST"
export interface PolicyDecision {
ok: boolean