Skip to content

Commit

Permalink
Merge pull request #1222 from univapay/fix/pierreh/add-if-available-mode
Browse files Browse the repository at this point in the history
Fix/pierreh/add if available mode
  • Loading branch information
gpapako authored Dec 11, 2024
2 parents 92e7279 + 2667450 commit 6802f76
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions src/resources/Charges.ts
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,7 @@ export enum ChargeThreeDsMode {
NORMAL = "normal", // default
FORCE = "force",
SKIP = "skip",
IF_AVAILABLE = "if_available",
}

export type ChargeThreeDsIssuerToken = {
Expand Down
1 change: 1 addition & 0 deletions src/resources/TransactionTokens.ts
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@ export enum TokenThreeDsMode {
NORMAL = "normal", // default
FORCE = "force",
SKIP = "skip",
IF_AVAILABLE = "if_available",
}

export type TokenThreeDsIssuerToken = {
Expand Down

0 comments on commit 6802f76

Please sign in to comment.