paytabs_pt2 2.0.10 → 2.0.11
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/README.md +1 -1
- package/main.js +1 -1
- package/package.json +1 -1
- package/.idea/modules.xml +0 -8
- package/.idea/paytabs-nodejs-package.iml +0 -8
- package/.idea/vcs.xml +0 -6
package/README.md
CHANGED
package/main.js
CHANGED
|
@@ -120,7 +120,7 @@ function _setEndPoint(region)
|
|
|
120
120
|
{
|
|
121
121
|
const regions_urls = {ARE:'https://secure.paytabs.com/',SAU:'https://secure.paytabs.sa/',
|
|
122
122
|
OMN:'https://secure-oman.paytabs.com/', JOR:'https://secure-jordan.paytabs.com/',
|
|
123
|
-
EGY:'https://secure-egypt.paytabs.com/',GLOBAL:'https://secure-global.paytabs.com/'};
|
|
123
|
+
EGY:'https://secure-egypt.paytabs.com/',KWT:'https://secure-kuwait.paytabs.com/',GLOBAL:'https://secure-global.paytabs.com/'};
|
|
124
124
|
|
|
125
125
|
for (const [key, value] of Object.entries(regions_urls))
|
|
126
126
|
{
|
package/package.json
CHANGED
package/.idea/modules.xml
DELETED
|
@@ -1,8 +0,0 @@
|
|
|
1
|
-
<?xml version="1.0" encoding="UTF-8"?>
|
|
2
|
-
<project version="4">
|
|
3
|
-
<component name="ProjectModuleManager">
|
|
4
|
-
<modules>
|
|
5
|
-
<module fileurl="file://$PROJECT_DIR$/.idea/paytabs-nodejs-package.iml" filepath="$PROJECT_DIR$/.idea/paytabs-nodejs-package.iml" />
|
|
6
|
-
</modules>
|
|
7
|
-
</component>
|
|
8
|
-
</project>
|
|
@@ -1,8 +0,0 @@
|
|
|
1
|
-
<?xml version="1.0" encoding="UTF-8"?>
|
|
2
|
-
<module type="WEB_MODULE" version="4">
|
|
3
|
-
<component name="NewModuleRootManager">
|
|
4
|
-
<content url="file://$MODULE_DIR$" />
|
|
5
|
-
<orderEntry type="inheritedJdk" />
|
|
6
|
-
<orderEntry type="sourceFolder" forTests="false" />
|
|
7
|
-
</component>
|
|
8
|
-
</module>
|