Skip to content

Commit

Permalink
add error
Browse files Browse the repository at this point in the history
  • Loading branch information
5ym committed Jun 2, 2021
1 parent 8d38de3 commit c1f732f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/errors/APIError.ts
Original file line number Diff line number Diff line change
Expand Up @@ -240,6 +240,7 @@ export enum ResponseErrorCode {
RefundNotAllowed = "REFUND_NOT_ALLOWED",
CancelNotAllowed = "CANCEL_NOT_ALLOWED",
PartialRefundNotSupported = "PARTIAL_REFUND_NOT_SUPPORTED",
RefundPercentageExceeded = "REFUND_PERCENTAGE_EXCEEDED",

/* apple pay */
ApplePayNotEnabled = "APPLE_PAY_NOT_ENABLED",
Expand Down

0 comments on commit c1f732f

Please sign in to comment.