@pelcro/react-pelcro-js 3.23.0-beta.15 → 3.23.0-beta.16
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/dist/index.cjs.js +2 -1
- package/dist/index.esm.js +2 -1
- package/package.json +1 -1
package/dist/index.cjs.js
CHANGED
|
@@ -18036,6 +18036,7 @@ const PaymentMethodContainerWithoutStripe = _ref => {
|
|
|
18036
18036
|
};
|
|
18037
18037
|
const submitUsingCybersource = (state, dispatch) => {
|
|
18038
18038
|
var _cybersourceInstanceR;
|
|
18039
|
+
console.log("State", state);
|
|
18039
18040
|
const isUsingExistingPaymentMethod = Boolean(selectedPaymentMethodId);
|
|
18040
18041
|
if (isUsingExistingPaymentMethod) {
|
|
18041
18042
|
// no need to create a new source using cybersrce
|
|
@@ -19998,7 +19999,7 @@ const PaymentMethodContainerWithoutStripe = _ref => {
|
|
|
19998
19999
|
case UPDATE_CYBERSOURCE_SESSION_ID:
|
|
19999
20000
|
return lib_7({
|
|
20000
20001
|
...state,
|
|
20001
|
-
|
|
20002
|
+
cyberSourceSessionId: action.payload
|
|
20002
20003
|
});
|
|
20003
20004
|
default:
|
|
20004
20005
|
return state;
|
package/dist/index.esm.js
CHANGED
|
@@ -18006,6 +18006,7 @@ const PaymentMethodContainerWithoutStripe = _ref => {
|
|
|
18006
18006
|
};
|
|
18007
18007
|
const submitUsingCybersource = (state, dispatch) => {
|
|
18008
18008
|
var _cybersourceInstanceR;
|
|
18009
|
+
console.log("State", state);
|
|
18009
18010
|
const isUsingExistingPaymentMethod = Boolean(selectedPaymentMethodId);
|
|
18010
18011
|
if (isUsingExistingPaymentMethod) {
|
|
18011
18012
|
// no need to create a new source using cybersrce
|
|
@@ -19968,7 +19969,7 @@ const PaymentMethodContainerWithoutStripe = _ref => {
|
|
|
19968
19969
|
case UPDATE_CYBERSOURCE_SESSION_ID:
|
|
19969
19970
|
return lib_7({
|
|
19970
19971
|
...state,
|
|
19971
|
-
|
|
19972
|
+
cyberSourceSessionId: action.payload
|
|
19972
19973
|
});
|
|
19973
19974
|
default:
|
|
19974
19975
|
return state;
|