@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
|
@@ -3,7 +3,7 @@ exports.getCardData = void 0;
|
|
|
3
3
|
const getCardData = (formData) => {
|
|
4
4
|
const { currency, paymentSystem, cardCategory, codeWord } = formData;
|
|
5
5
|
return {
|
|
6
|
-
currencyCode: currency,
|
|
6
|
+
currencyCode: currency ? { key: currency } : undefined,
|
|
7
7
|
paymentSystemTypeCd: paymentSystem,
|
|
8
8
|
classCard: cardCategory,
|
|
9
9
|
codeWord: codeWord,
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"getCardData.js","sourceRoot":"","sources":["../../../src/components/CreditCardForm/getCardData.tsx"],"names":[],"mappings":";;AAGO,MAAM,WAAW,GAAG,CAAC,QAAmB,EAAwB,EAAE;IACvE,MAAM,EAAE,QAAQ,EAAE,aAAa,EAAE,YAAY,EAAE,QAAQ,EAAE,GAAG,QAAQ,CAAC;IAErE,OAAO;QACL,YAAY,EAAE,QAAQ;
|
|
1
|
+
{"version":3,"file":"getCardData.js","sourceRoot":"","sources":["../../../src/components/CreditCardForm/getCardData.tsx"],"names":[],"mappings":";;AAGO,MAAM,WAAW,GAAG,CAAC,QAAmB,EAAwB,EAAE;IACvE,MAAM,EAAE,QAAQ,EAAE,aAAa,EAAE,YAAY,EAAE,QAAQ,EAAE,GAAG,QAAQ,CAAC;IAErE,OAAO;QACL,YAAY,EAAE,QAAQ,CAAC,CAAC,CAAC,EAAE,GAAG,EAAE,QAAQ,EAAE,CAAC,CAAC,CAAC,SAAS;QACtD,mBAAmB,EAAE,aAAa;QAClC,SAAS,EAAE,YAAY;QACvB,QAAQ,EAAE,QAAQ;KACnB,CAAC;AACJ,CAAC,CAAC;AATW,QAAA,WAAW,eAStB"}
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
export const getCardData = (formData) => {
|
|
2
2
|
const { currency, paymentSystem, cardCategory, codeWord } = formData;
|
|
3
3
|
return {
|
|
4
|
-
currencyCode: currency,
|
|
4
|
+
currencyCode: currency ? { key: currency } : undefined,
|
|
5
5
|
paymentSystemTypeCd: paymentSystem,
|
|
6
6
|
classCard: cardCategory,
|
|
7
7
|
codeWord: codeWord,
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"getCardData.js","sourceRoot":"","sources":["../../../src/components/CreditCardForm/getCardData.tsx"],"names":[],"mappings":"AAGA,MAAM,CAAC,MAAM,WAAW,GAAG,CAAC,QAAmB,EAAwB,EAAE;IACvE,MAAM,EAAE,QAAQ,EAAE,aAAa,EAAE,YAAY,EAAE,QAAQ,EAAE,GAAG,QAAQ,CAAC;IAErE,OAAO;QACL,YAAY,EAAE,QAAQ;
|
|
1
|
+
{"version":3,"file":"getCardData.js","sourceRoot":"","sources":["../../../src/components/CreditCardForm/getCardData.tsx"],"names":[],"mappings":"AAGA,MAAM,CAAC,MAAM,WAAW,GAAG,CAAC,QAAmB,EAAwB,EAAE;IACvE,MAAM,EAAE,QAAQ,EAAE,aAAa,EAAE,YAAY,EAAE,QAAQ,EAAE,GAAG,QAAQ,CAAC;IAErE,OAAO;QACL,YAAY,EAAE,QAAQ,CAAC,CAAC,CAAC,EAAE,GAAG,EAAE,QAAQ,EAAE,CAAC,CAAC,CAAC,SAAS;QACtD,mBAAmB,EAAE,aAAa;QAClC,SAAS,EAAE,YAAY;QACvB,QAAQ,EAAE,QAAQ;KACnB,CAAC;AACJ,CAAC,CAAC"}
|
|
@@ -5,7 +5,7 @@ export const getCardData = (formData: FormState): Partial<Participant> => {
|
|
|
5
5
|
const { currency, paymentSystem, cardCategory, codeWord } = formData;
|
|
6
6
|
|
|
7
7
|
return {
|
|
8
|
-
currencyCode: currency,
|
|
8
|
+
currencyCode: currency ? { key: currency } : undefined,
|
|
9
9
|
paymentSystemTypeCd: paymentSystem,
|
|
10
10
|
classCard: cardCategory,
|
|
11
11
|
codeWord: codeWord,
|
package/package.json
CHANGED
|
@@ -5,7 +5,7 @@ export const getCardData = (formData: FormState): Partial<Participant> => {
|
|
|
5
5
|
const { currency, paymentSystem, cardCategory, codeWord } = formData;
|
|
6
6
|
|
|
7
7
|
return {
|
|
8
|
-
currencyCode: currency,
|
|
8
|
+
currencyCode: currency ? { key: currency } : undefined,
|
|
9
9
|
paymentSystemTypeCd: paymentSystem,
|
|
10
10
|
classCard: cardCategory,
|
|
11
11
|
codeWord: codeWord,
|