@duffel/components 3.7.24 → 3.7.26
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +1 -1
- package/custom-elements.js +2 -2
- package/custom-elements.js.map +2 -2
- package/functions/createThreeDSecureSession/client.d.ts +0 -4
- package/index.js +3 -3
- package/index.js.map +3 -3
- package/package.json +3 -3
- package/tsconfig.tsbuildinfo +1 -1
|
@@ -12,10 +12,6 @@ export interface ThreeDSecureSession {
|
|
|
12
12
|
* The resource (offer, order, order change..) ID that the 3DS session is for.
|
|
13
13
|
*/
|
|
14
14
|
resource_id: string;
|
|
15
|
-
/**
|
|
16
|
-
* Whether the cardholder was present when the 3DS session was created.
|
|
17
|
-
*/
|
|
18
|
-
cardholder_present: boolean;
|
|
19
15
|
/**
|
|
20
16
|
* The status of the 3DS session.
|
|
21
17
|
* - `client_action_required` - The 3DS session requires the UI Component to be initailised. This is the initial state when the payment is eligible for SCA and requires a 3DS challenge.
|