60p82u21t54k 1.2.17 → 1.2.18

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.
@@ -2497,7 +2497,7 @@ const getGetBankCardDataResponse = (raw) => {
2497
2497
  var _a, _b, _c, _d, _e, _f, _g, _h, _i, _j, _k, _l, _m;
2498
2498
  return {
2499
2499
  bankCard: (_b = (_a = raw.bankCard) == null ? void 0 : _a.map((item) => {
2500
- var _a2, _b2, _c2, _d2;
2500
+ var _a2, _b2, _c2, _d2, _e2;
2501
2501
  return {
2502
2502
  bankIndex: item.bankindex,
2503
2503
  bankProvince: {
@@ -2510,7 +2510,8 @@ const getGetBankCardDataResponse = (raw) => {
2510
2510
  bankAccountNo: item.bankaccountno,
2511
2511
  bankUrl: (_d2 = item.bankaddress) != null ? _d2 : "",
2512
2512
  imgUrl: item.img,
2513
- countryIndex: item.countryindex
2513
+ countryIndex: item.countryindex,
2514
+ currency: ((_e2 = raw.countries.find((country) => country.countryindex == item.countryindex)) == null ? void 0 : _e2.currency_name) || ""
2514
2515
  };
2515
2516
  })) != null ? _b : [],
2516
2517
  bankList: (_d = (_c = raw.bankList) == null ? void 0 : _c.map((item) => {