We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6c809d8 commit 6cd18b7Copy full SHA for 6cd18b7
src/three-domain-secure/component.jsx
@@ -77,8 +77,7 @@ export function getThreeDomainSecureComponent(): TDSComponent {
77
action: {
78
type: "string",
79
queryParam: true,
80
- queryValue: ({ value }) => (value ? value : "verify"),
81
- required: false,
+ value: () => "verify",
82
},
83
xcomponent: {
84
@@ -95,13 +94,6 @@ export function getThreeDomainSecureComponent(): TDSComponent {
95
94
queryParam: "cart_id",
96
// $FlowFixMe[incompatible-call]
97
queryValue: ({ value }) => ZalgoPromise.try(value),
98
99
- },
100
- vaultToken: {
101
- type: "string",
102
- queryParam: "token",
103
- queryValue: ({ value }) => value,
104
105
106
clientID: {
107
0 commit comments