@alipay/ams-checkout 0.0.1701393225-dev.2 → 0.0.1701393225-dev.3
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.
@@ -172,7 +172,8 @@ var ApplePayComponent = /*#__PURE__*/function (_CoreInstance) {
|
|
172
172
|
validationUrl = _ref2.validationUrl;
|
173
173
|
// get validateUrl
|
174
174
|
requestParams = {
|
175
|
-
validateUrl: validationUrl
|
175
|
+
validateUrl: validationUrl,
|
176
|
+
paymentSessionData: _this3._sessionData
|
176
177
|
};
|
177
178
|
console.log('getMerchantSession validationUrl', validationUrl);
|
178
179
|
console.log('getMerchantSession _sessionData', _this3._sessionData);
|
package/esm/types/index.d.ts
CHANGED