paymob-pixel-alpha 1.1.19 → 1.1.20

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 +4 -4
  2. package/package.json +1 -1
package/main.js CHANGED
@@ -22743,10 +22743,10 @@ const SavedCardElements = /*#__PURE__*/(0,react.forwardRef)((props, ref) => {
22743
22743
  const environment = {
22744
22744
  production: false,
22745
22745
  API_URL_EG: 'https://accept-alpha.paymob.com',
22746
- API_URL_AE: 'https://international-staging.paymob.com',
22747
- API_URL_SA: 'https://international-staging.paymob.com',
22748
- API_URL_PK: 'https://international-staging.paymob.com',
22749
- API_URL_OM: 'https://international-staging.paymob.com',
22746
+ API_URL_AE: 'https://accept-alpha.paymob.com',
22747
+ API_URL_SA: 'https://accept-alpha.paymob.com',
22748
+ API_URL_PK: 'https://accept-alpha.paymob.com',
22749
+ API_URL_OM: 'https://accept-alpha.paymob.com',
22750
22750
  API_URL_DEFAULT: 'https://accept-alpha.paymob.com',
22751
22751
  IFRAME_PATH: 'unifiedcheckout/iframe-card',
22752
22752
  PIXEL_CSS_LINKS: ['https://cdn.jsdelivr.net/npm/paymob-pixel-alpha@latest/styles.css', 'https://cdn.jsdelivr.net/npm/paymob-pixel-alpha@latest/main.css']
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "paymob-pixel-alpha",
3
- "version": "1.1.19",
3
+ "version": "1.1.20",
4
4
  "keywords": ["paymob","pixel","paymob-pixel"],
5
5
  "main": "./main.js",
6
6
  "license": "MIT",