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.
Files changed (2) hide show
  1. package/main.js +1 -1
  2. 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`, {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "paymob-pixel-alpha",
3
- "version": "1.1.31",
3
+ "version": "1.1.32",
4
4
  "keywords": ["paymob","pixel","paymob-pixel"],
5
5
  "main": "./main.js",
6
6
  "license": "MIT",