paymob-pixel-alpha 1.1.18 → 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.
- package/main.js +4 -4
- package/package.json +3 -7
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://
|
|
22747
|
-
API_URL_SA: 'https://
|
|
22748
|
-
API_URL_PK: 'https://
|
|
22749
|
-
API_URL_OM: 'https://
|
|
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,11 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "paymob-pixel-alpha",
|
|
3
|
-
"version": "1.1.
|
|
4
|
-
"keywords": [
|
|
5
|
-
"paymob",
|
|
6
|
-
"pixel",
|
|
7
|
-
"paymob-pixel"
|
|
8
|
-
],
|
|
3
|
+
"version": "1.1.20",
|
|
4
|
+
"keywords": ["paymob","pixel","paymob-pixel"],
|
|
9
5
|
"main": "./main.js",
|
|
10
6
|
"license": "MIT",
|
|
11
7
|
"homepage": "https://developers.paymob.com",
|
|
@@ -16,4 +12,4 @@
|
|
|
16
12
|
"require": "./main.js"
|
|
17
13
|
}
|
|
18
14
|
}
|
|
19
|
-
}
|
|
15
|
+
}
|