fix(order): add wallet deduction to payOrder and prevent duplicate submissions
This commit is contained in:
@@ -9,6 +9,7 @@ export type ReasonCode =
|
||||
| "PAYMENT_FAILED"
|
||||
| "IDEMPOTENT_NOOP"
|
||||
| "VALIDATION_FAILED"
|
||||
| "DUPLICATE_REQUEST"
|
||||
|
||||
export interface PolicyDecision {
|
||||
ok: boolean
|
||||
|
||||
Reference in New Issue
Block a user