paymob-pixel-alpha 1.1.31 → 1.1.32
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/main.js +1 -1
- package/package.json +1 -1
package/main.js
CHANGED
|
@@ -23842,7 +23842,7 @@ const checkDiscount = (payment_token, integration_id, identifier, isSavedCard) =
|
|
|
23842
23842
|
identifier: identifier.replace(/\s/g, '')
|
|
23843
23843
|
}, isSavedCard && {
|
|
23844
23844
|
saved_card_token: identifier
|
|
23845
|
-
}));
|
|
23845
|
+
})).then(res => res).catch(err => err == null ? void 0 : err.response);
|
|
23846
23846
|
};
|
|
23847
23847
|
const sendOTP = payload => {
|
|
23848
23848
|
return lib_axios.post(`/api/acceptance/omannet_callback/otp_verify`, {
|