@alipay/ams-checkout 0.0.1745808793-dev.5 → 0.0.1745808793-dev.6

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.
@@ -79,8 +79,8 @@ export var EasySafePayProcessor = /*#__PURE__*/function () {
79
79
  this.channelBehavior = ChannelCustomize.getChannelBehavior(paymentContext.paymentSessionObj);
80
80
 
81
81
  // 首次支付
82
- isFirstTimeToPay = !autoDebitWithToken; // 处理ESP1.0极速外跳支付场景
83
- if (!(productSceneVersion === '1.0' && isFirstTimeToPay && requireFastSdk)) {
82
+ isFirstTimeToPay = !autoDebitWithToken; // 处理ESP极速外跳支付场景
83
+ if (!(isFirstTimeToPay && requireFastSdk)) {
84
84
  _context.next = 12;
85
85
  break;
86
86
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@alipay/ams-checkout",
3
- "version": "0.0.1745808793-dev.5",
3
+ "version": "0.0.1745808793-dev.6",
4
4
  "description": "",
5
5
  "author": "",
6
6
  "main": "esm/index.js",