globalpayments-api 3.10.4 → 3.10.5
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/CHANGELOG.md +15 -13
- package/package.json +4 -3
- package/appsec.properties +0 -8
package/CHANGELOG.md
CHANGED
|
@@ -1,6 +1,13 @@
|
|
|
1
1
|
# Changelog
|
|
2
2
|
|
|
3
|
-
## Latest - v3.10.
|
|
3
|
+
## Latest - v3.10.5 (04/09/25):
|
|
4
|
+
|
|
5
|
+
### Enhancements:
|
|
6
|
+
|
|
7
|
+
- [Other] Updates to code to address security vulnerabilities
|
|
8
|
+
- [Dependencies] Update dependency versions to address security vulnerabilities
|
|
9
|
+
|
|
10
|
+
## v3.10.4 (03/21/25):
|
|
4
11
|
|
|
5
12
|
### Enhancements:
|
|
6
13
|
|
|
@@ -32,7 +39,7 @@
|
|
|
32
39
|
|
|
33
40
|
### Enhancements:
|
|
34
41
|
|
|
35
|
-
- [GP-API] Added support DCC
|
|
42
|
+
- [GP-API] Added support DCC
|
|
36
43
|
|
|
37
44
|
## v3.9.0 (08/20/24):
|
|
38
45
|
|
|
@@ -126,9 +133,9 @@
|
|
|
126
133
|
|
|
127
134
|
### Enhancements:
|
|
128
135
|
- PayPlan Enhancements: - Added payment methods to customer response
|
|
129
|
-
|
|
130
|
-
|
|
131
|
-
|
|
136
|
+
- Cardtype, NameOnAccount , and Last4 of both credit card and ACH are included in payment response
|
|
137
|
+
- Fix for Processor Configuration error response message
|
|
138
|
+
- Added 204 as a success code when Request is successful; but response contains no data
|
|
132
139
|
|
|
133
140
|
## v3.3.2 (02/22/24):
|
|
134
141
|
|
|
@@ -159,7 +166,7 @@
|
|
|
159
166
|
### Enhancements:
|
|
160
167
|
|
|
161
168
|
- [GP-API] Generate Access Token for GP API users
|
|
162
|
-
|
|
169
|
+
- https://developer.globalpay.com/api/access-token
|
|
163
170
|
|
|
164
171
|
### Bug Fixes:
|
|
165
172
|
|
|
@@ -186,13 +193,8 @@
|
|
|
186
193
|
|
|
187
194
|
#### Reporting Enhancements
|
|
188
195
|
|
|
189
|
-
- SdkNameVersion Identifier: Name and Version of the SDK used for integration, where applicable.
|
|
196
|
+
- SdkNameVersion Identifier: Name and Version of the SDK used for integration, where applicable.
|
|
190
197
|
|
|
191
198
|
## v1.4.8 (12/13/22)
|
|
192
199
|
|
|
193
|
-
####
|
|
194
|
-
|
|
195
|
-
- Portico Connector: WalletData element added to process ApplePay/GooglePay Transactions using
|
|
196
|
-
Digital Tokens
|
|
197
|
-
|
|
198
|
-
## v1.4.7 (11/17/22)
|
|
200
|
+
####
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "globalpayments-api",
|
|
3
|
-
"version": "3.10.
|
|
3
|
+
"version" : "3.10.5",
|
|
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",
|
|
@@ -16,7 +16,7 @@
|
|
|
16
16
|
"scripts": {
|
|
17
17
|
"build": "tsc",
|
|
18
18
|
"test:jest": "jest",
|
|
19
|
-
"test:serial": "jest --runInBand
|
|
19
|
+
"test:serial": "jest --runInBand test/Integration/Gateways/PorticoConnector/Credit.test.ts",
|
|
20
20
|
"build:netsuite": "webpack --env.GP_NETSUITE_BUILD --config config/webpack.netsuite.js && node bin/netsuite-post.js",
|
|
21
21
|
"build:clean": "rimraf lib",
|
|
22
22
|
"docs": "typedoc --mode file --name \"GlobalPayments.Api\" --project tsconfig.json --out docs src",
|
|
@@ -58,5 +58,6 @@
|
|
|
58
58
|
"lib/test/**",
|
|
59
59
|
"appsec.properties",
|
|
60
60
|
"CHANGELOG.md"
|
|
61
|
-
]
|
|
61
|
+
],
|
|
62
|
+
"packageManager": "yarn@1.22.22+sha512.a6b2f7906b721bba3d67d4aff083df04dad64c399707841b7acf00f6b133b7ac24255f2652fa22ae3534329dc6180534e98d17432037ff6fd140556e2bb3137e"
|
|
62
63
|
}
|
package/appsec.properties
DELETED
|
@@ -1,8 +0,0 @@
|
|
|
1
|
-
application_id = GP13428
|
|
2
|
-
dev_team_lead = russell.everett@e-hps.com
|
|
3
|
-
security_champion = russell.everett@e-hps.com
|
|
4
|
-
observers = developers@globalpay.com
|
|
5
|
-
prod_branch = master
|
|
6
|
-
dev_branch = NextRelease
|
|
7
|
-
prod_urls = https://github.com/globalpayments/node-sdk
|
|
8
|
-
dev_urls = https://github.globalpay.com/Developer-Experience/node-sdk
|