mirror of
https://github.com/jlengrand/adyen-node-api-library.git
synced 2026-03-10 08:01:20 +00:00
Merge branch 'develop' into dependabot/npm_and_yarn/dotenv-8.4.0
This commit is contained in:
6
package-lock.json
generated
6
package-lock.json
generated
@@ -1185,9 +1185,9 @@
|
||||
"dev": true
|
||||
},
|
||||
"acorn": {
|
||||
"version": "8.2.2",
|
||||
"resolved": "https://registry.npmjs.org/acorn/-/acorn-8.2.2.tgz",
|
||||
"integrity": "sha512-VrMS8kxT0e7J1EX0p6rI/E0FbfOVcvBpbIqHThFv+f8YrZIlMfVotYcXKVPmTvPW8sW5miJzfUFrrvthUZg8VQ==",
|
||||
"version": "8.2.4",
|
||||
"resolved": "https://registry.npmjs.org/acorn/-/acorn-8.2.4.tgz",
|
||||
"integrity": "sha512-Ibt84YwBDDA890eDiDCEqcbwvHlBvzzDkU2cGBBDDI1QWT12jTiXIOn2CIw5KK4i6N5Z2HUxwYjzriDyqaqqZg==",
|
||||
"dev": true
|
||||
},
|
||||
"acorn-globals": {
|
||||
|
||||
@@ -61,8 +61,8 @@ function createAmountObject(currency: string, value: number): Amount {
|
||||
function createPaymentsDetailsRequest(): DetailsRequest {
|
||||
return {
|
||||
details: {
|
||||
mD: "mdValue",
|
||||
paRes: "paResValue",
|
||||
MD: "mdValue",
|
||||
PaRes: "paResValue",
|
||||
},
|
||||
paymentData: "Ab02b4c0!BQABAgCJN1wRZuGJmq8dMncmypvknj9s7l5Tj...",
|
||||
};
|
||||
|
||||
@@ -14,15 +14,15 @@ export class PaymentCompletionDetails {
|
||||
/**
|
||||
* A payment session identifier returned by the card issuer.
|
||||
*/
|
||||
'mD'?: string;
|
||||
'MD'?: string;
|
||||
/**
|
||||
* (3D) Payment Authentication Request data for the card issuer.
|
||||
*/
|
||||
'paReq'?: string;
|
||||
'PaReq'?: string;
|
||||
/**
|
||||
* (3D) Payment Authentication Response data by the card issuer.
|
||||
*/
|
||||
'paRes'?: string;
|
||||
'PaRes'?: string;
|
||||
/**
|
||||
* PayPal-generated token for recurring payments.
|
||||
*/
|
||||
|
||||
@@ -908,9 +908,9 @@ acorn@^7.1.0, acorn@^7.1.1:
|
||||
integrity sha512-+G7P8jJmCHr+S+cLfQxygbWhXy+8YTVGzAkpEbcLo2mLoL7tij/VG41QSHACSf5QgYRhMZYHuNc6drJaO0Da+w==
|
||||
|
||||
acorn@^8.0.1:
|
||||
version "8.2.2"
|
||||
resolved "https://registry.yarnpkg.com/acorn/-/acorn-8.2.2.tgz#c4574e4fea298d6e6ed4b85ab844b06dd59f26d6"
|
||||
integrity sha512-VrMS8kxT0e7J1EX0p6rI/E0FbfOVcvBpbIqHThFv+f8YrZIlMfVotYcXKVPmTvPW8sW5miJzfUFrrvthUZg8VQ==
|
||||
version "8.2.4"
|
||||
resolved "https://registry.yarnpkg.com/acorn/-/acorn-8.2.4.tgz#caba24b08185c3b56e3168e97d15ed17f4d31fd0"
|
||||
integrity sha512-Ibt84YwBDDA890eDiDCEqcbwvHlBvzzDkU2cGBBDDI1QWT12jTiXIOn2CIw5KK4i6N5Z2HUxwYjzriDyqaqqZg==
|
||||
|
||||
agent-base@6:
|
||||
version "6.0.1"
|
||||
|
||||
Reference in New Issue
Block a user