Skip to content

Commit

Permalink
Revert "[feat]3ds Vault setup for new HCF (#77)" (#79)
Browse files Browse the repository at this point in the history
This reverts commit 502c457.
  • Loading branch information
elizabethmv authored Jul 5, 2023
1 parent 6c809d8 commit 6cd18b7
Showing 1 changed file with 1 addition and 9 deletions.
10 changes: 1 addition & 9 deletions src/three-domain-secure/component.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -77,8 +77,7 @@ export function getThreeDomainSecureComponent(): TDSComponent {
action: {
type: "string",
queryParam: true,
queryValue: ({ value }) => (value ? value : "verify"),
required: false,
value: () => "verify",
},
xcomponent: {
type: "string",
Expand All @@ -95,13 +94,6 @@ export function getThreeDomainSecureComponent(): TDSComponent {
queryParam: "cart_id",
// $FlowFixMe[incompatible-call]
queryValue: ({ value }) => ZalgoPromise.try(value),
required: false,
},
vaultToken: {
type: "string",
queryParam: "token",
queryValue: ({ value }) => value,
required: false,
},
clientID: {
type: "string",
Expand Down

0 comments on commit 6cd18b7

Please sign in to comment.