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"
|
| "PAYMENT_FAILED"
|
||||||
| "IDEMPOTENT_NOOP"
|
| "IDEMPOTENT_NOOP"
|
||||||
| "VALIDATION_FAILED"
|
| "VALIDATION_FAILED"
|
||||||
|
| "DUPLICATE_REQUEST"
|
||||||
|
|
||||||
export interface PolicyDecision {
|
export interface PolicyDecision {
|
||||||
ok: boolean
|
ok: boolean
|
||||||
|
|||||||
Reference in New Issue
Block a user