globalpayments-api 1.4.5 → 1.4.6
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.
|
@@ -57,7 +57,7 @@ var ServicesContainer = /** @class */ (function () {
|
|
|
57
57
|
payplan.versionNumber = config.versionNumber;
|
|
58
58
|
payplan.timeout = config.timeout;
|
|
59
59
|
payplan.serviceUrl = config.serviceUrl
|
|
60
|
-
+ (config.serviceUrl.
|
|
60
|
+
+ (config.serviceUrl.includes('cert.') ? "/Portico.PayPlan.v2/" : "/payplan.v2/");
|
|
61
61
|
ServicesContainer._instance = new ServicesContainer(gateway, payplan);
|
|
62
62
|
}
|
|
63
63
|
};
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "globalpayments-api",
|
|
3
|
-
"version": "1.4.
|
|
3
|
+
"version": "1.4.6",
|
|
4
4
|
"description": "Global Payments SDK for NodeJS for Heartland and Global Payments eCommerce gateways",
|
|
5
5
|
"author": "Heartland Payment Systems",
|
|
6
6
|
"license": "GPL-2.0",
|
|
@@ -38,7 +38,7 @@
|
|
|
38
38
|
"prettier": "^1.18.2",
|
|
39
39
|
"rimraf": "^2.6.3",
|
|
40
40
|
"tslint": "^4.5.1",
|
|
41
|
-
"typedoc": "^0.
|
|
41
|
+
"typedoc": "^0.22.13",
|
|
42
42
|
"typescript": "4.2.3",
|
|
43
43
|
"webpack": "^3.12.0"
|
|
44
44
|
},
|