@redneckz/wildless-cms-uni-blocks 0.14.750 → 0.14.751
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/bundle.umd.js +3 -3
- package/bundle/bundle.umd.min.js +1 -1
- package/dist/components/CardTransfer/submitCardTransfer.js +2 -2
- package/dist/components/CardTransfer/submitCardTransfer.js.map +1 -1
- package/lib/components/CardTransfer/submitCardTransfer.js +2 -2
- package/lib/components/CardTransfer/submitCardTransfer.js.map +1 -1
- package/mobile/bundle/bundle.umd.js +3 -3
- package/mobile/bundle/bundle.umd.min.js +1 -1
- package/mobile/dist/components/CardTransfer/submitCardTransfer.js +2 -2
- package/mobile/dist/components/CardTransfer/submitCardTransfer.js.map +1 -1
- package/mobile/lib/components/CardTransfer/submitCardTransfer.js +2 -2
- package/mobile/lib/components/CardTransfer/submitCardTransfer.js.map +1 -1
- package/mobile/src/components/CardTransfer/submitCardTransfer.ts +2 -2
- package/package.json +1 -1
- package/src/components/CardTransfer/submitCardTransfer.ts +2 -2
package/bundle/bundle.umd.js
CHANGED
|
@@ -6509,7 +6509,7 @@
|
|
|
6509
6509
|
business: 'b2c/registerB2C',
|
|
6510
6510
|
};
|
|
6511
6511
|
const SUCCESS_URL = '/p2p/success';
|
|
6512
|
-
const
|
|
6512
|
+
const FAILED_URL = '/p2p/failed';
|
|
6513
6513
|
const CURRENCY_CODE = '643';
|
|
6514
6514
|
const LANGUAGE = 'ru';
|
|
6515
6515
|
const submitCardTransfer = async (typeForm, amount) => {
|
|
@@ -6518,7 +6518,7 @@
|
|
|
6518
6518
|
amount: String(amount),
|
|
6519
6519
|
currency: CURRENCY_CODE,
|
|
6520
6520
|
returnUrl: `${navigator.origin}${SUCCESS_URL}`,
|
|
6521
|
-
failUrl: `${navigator.origin}${
|
|
6521
|
+
failUrl: `${navigator.origin}${FAILED_URL}`,
|
|
6522
6522
|
language: LANGUAGE,
|
|
6523
6523
|
};
|
|
6524
6524
|
const url = `${API_BASE_URI}/payment/${paymentURLMap[typeForm]}`;
|
|
@@ -10469,7 +10469,7 @@
|
|
|
10469
10469
|
slots: () => [HEADER_SLOT, FOOTER_SLOT, STICKY_FOOTER_SLOT],
|
|
10470
10470
|
});
|
|
10471
10471
|
|
|
10472
|
-
const packageVersion = "0.14.
|
|
10472
|
+
const packageVersion = "0.14.750";
|
|
10473
10473
|
|
|
10474
10474
|
exports.Blocks = Blocks;
|
|
10475
10475
|
exports.ContentPage = ContentPage;
|