@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);
@@ -351,6 +351,7 @@ export interface CashierSdkActionQueryResult {
351
351
  */
352
352
  export interface ApplePayPaymentSessionRequest {
353
353
  validateUrl: string;
354
+ paymentSessionData: string;
354
355
  }
355
356
  /**
356
357
  * Get App Pay Payment Session Result.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@alipay/ams-checkout",
3
- "version": "0.0.1701393225-dev.2",
3
+ "version": "0.0.1701393225-dev.3",
4
4
  "description": "",
5
5
  "author": "",
6
6
  "main": "esm/index.js",