paymob-pixel-alpha 1.1.53 → 1.1.54
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
|
@@ -73192,7 +73192,7 @@ const src_environment = {
|
|
|
73192
73192
|
API_URL_OM: 'https://accept-alpha.paymob.com',
|
|
73193
73193
|
API_URL_DEFAULT: 'https://accept-alpha.paymob.com',
|
|
73194
73194
|
IFRAME_PATH: 'unifiedcheckout/iframe-card',
|
|
73195
|
-
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', 'https://cdn.jsdelivr.net/npm/paymob-pixel-alpha@latest/Inter.woff2', 'https://cdn.jsdelivr.net/npm/paymob-pixel-alpha@latest/Inter.woff', 'https://cdn.jsdelivr.net/npm/paymob-pixel-alpha@latest/Inter.ttf']
|
|
73195
|
+
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', 'https://cdn.jsdelivr.net/npm/paymob-pixel-alpha@latest/Inter.woff2', 'https://cdn.jsdelivr.net/npm/paymob-pixel-alpha@latest/Inter.woff', 'https://cdn.jsdelivr.net/npm/paymob-pixel-alpha@latest/Inter.ttf', 'https://cdn.jsdelivr.net/npm/paymob-pixel-alpha@latest/Inter.otf']
|
|
73196
73196
|
};
|
|
73197
73197
|
;// ./src/components/Payments/Card/card.module.scss
|
|
73198
73198
|
// extracted by mini-css-extract-plugin
|