@alipay/ams-checkout 0.0.1720409584-dev.1 → 0.0.1720409584-dev.2

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.
@@ -32,7 +32,7 @@ function _loadChannelPneumaticControl() {
32
32
  while (1) switch (_context.prev = _context.next) {
33
33
  case 0:
34
34
  NONE_LOAD_SDK_CHANNEL_LIST = /*#__PURE__*/function (NONE_LOAD_SDK_CHANNEL_LIST) {
35
- NONE_LOAD_SDK_CHANNEL_LIST["airwallex"] = "airwallex";
35
+ NONE_LOAD_SDK_CHANNEL_LIST["AIRWALLEX"] = "AIRWALLEX";
36
36
  return NONE_LOAD_SDK_CHANNEL_LIST;
37
37
  }({});
38
38
  promiseList = [];
@@ -46,7 +46,7 @@ function _loadChannelPneumaticControl() {
46
46
  var acquirerName = loadItem.acquirerName,
47
47
  scriptUrl = loadItem.scriptUrl;
48
48
  var promiseItem = null;
49
- if (acquirerName === NONE_LOAD_SDK_CHANNEL_LIST.airwallex) {
49
+ if (acquirerName === NONE_LOAD_SDK_CHANNEL_LIST.AIRWALLEX) {
50
50
  var attrOptions = {
51
51
  defer: true,
52
52
  id: 'airwallex-fraud-api',
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@alipay/ams-checkout",
3
- "version": "0.0.1720409584-dev.1",
3
+ "version": "0.0.1720409584-dev.2",
4
4
  "description": "",
5
5
  "author": "",
6
6
  "main": "esm/index.js",