@redneckz/wildless-cms-uni-blocks 0.14.692 → 0.14.693
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.
- package/bundle/api/RetailAPI/updateUserTask.d.ts +3 -1
- package/bundle/bundle.umd.js +2 -2
- package/bundle/bundle.umd.min.js +1 -1
- package/dist/api/RetailAPI/updateUserTask.d.ts +3 -1
- package/dist/components/CreditCardForm/getCardData.js +1 -1
- package/dist/components/CreditCardForm/getCardData.js.map +1 -1
- package/lib/api/RetailAPI/updateUserTask.d.ts +3 -1
- package/lib/components/CreditCardForm/getCardData.js +1 -1
- package/lib/components/CreditCardForm/getCardData.js.map +1 -1
- package/mobile/bundle/api/RetailAPI/updateUserTask.d.ts +3 -1
- package/mobile/bundle/bundle.umd.js +2 -2
- package/mobile/bundle/bundle.umd.min.js +1 -1
- package/mobile/dist/api/RetailAPI/updateUserTask.d.ts +3 -1
- package/mobile/dist/components/CreditCardForm/getCardData.js +1 -1
- package/mobile/dist/components/CreditCardForm/getCardData.js.map +1 -1
- package/mobile/lib/api/RetailAPI/updateUserTask.d.ts +3 -1
- package/mobile/lib/components/CreditCardForm/getCardData.js +1 -1
- package/mobile/lib/components/CreditCardForm/getCardData.js.map +1 -1
- package/mobile/src/api/RetailAPI/updateUserTask.ts +1 -1
- package/mobile/src/components/CreditCardForm/getCardData.tsx +1 -1
- package/package.json +1 -1
- package/src/api/RetailAPI/updateUserTask.ts +1 -1
- package/src/components/CreditCardForm/getCardData.tsx +1 -1
package/bundle/bundle.umd.js
CHANGED
|
@@ -6546,7 +6546,7 @@
|
|
|
6546
6546
|
const getCardData = (formData) => {
|
|
6547
6547
|
const { currency, paymentSystem, cardCategory, codeWord } = formData;
|
|
6548
6548
|
return {
|
|
6549
|
-
currencyCode: currency,
|
|
6549
|
+
currencyCode: currency ? { key: currency } : undefined,
|
|
6550
6550
|
paymentSystemTypeCd: paymentSystem,
|
|
6551
6551
|
classCard: cardCategory,
|
|
6552
6552
|
codeWord: codeWord,
|
|
@@ -10380,7 +10380,7 @@
|
|
|
10380
10380
|
slots: () => [HEADER_SLOT, FOOTER_SLOT, STICKY_FOOTER_SLOT],
|
|
10381
10381
|
});
|
|
10382
10382
|
|
|
10383
|
-
const packageVersion = "0.14.
|
|
10383
|
+
const packageVersion = "0.14.692";
|
|
10384
10384
|
|
|
10385
10385
|
exports.Blocks = Blocks;
|
|
10386
10386
|
exports.ContentPage = ContentPage;
|