paymob-pixel-alpha 1.1.72 → 1.1.73

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
@@ -87571,7 +87571,7 @@ const environment = {
87571
87571
  API_URL_PK: 'https://accept-alpha.paymob.com',
87572
87572
  API_URL_OM: 'https://accept-alpha.paymob.com',
87573
87573
  API_URL_DEFAULT: 'https://accept-alpha.paymob.com',
87574
- IFRAME_PATH: 'unifiedcheckout/iframe-card',
87574
+ IFRAME_PATH: 'iframe-card',
87575
87575
  FE_URL_EG: 'https://alpha.checkout.paymob.com',
87576
87576
  FE_URL_AE: 'https://alpha.checkout.paymob.com',
87577
87577
  FE_URL_SA: 'https://alpha.checkout.paymob.com',
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "paymob-pixel-alpha",
3
- "version": "1.1.72",
3
+ "version": "1.1.73",
4
4
  "keywords": ["paymob","pixel","paymob-pixel"],
5
5
  "main": "./main.js",
6
6
  "license": "MIT",