connect-sdk-nodejs 4.7.0 → 4.8.0

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.
@@ -614,6 +614,7 @@ export interface PaymentReferences {
614
614
  export interface PaymentStatusOutput extends OrderStatusOutput {
615
615
  isAuthorized?: boolean | null;
616
616
  isRefundable?: boolean | null;
617
+ isRetriable?: boolean | null;
617
618
  threeDSecureStatus?: string | null;
618
619
  }
619
620
  export interface PersonalInformation {
@@ -9,7 +9,7 @@ exports.date = date;
9
9
  function serverMetaInfo(sdkContext) {
10
10
  const info = {
11
11
  sdkCreator: "Ingenico",
12
- sdkIdentifier: "NodejsServerSDK/v4.7.0",
12
+ sdkIdentifier: "NodejsServerSDK/v4.8.0",
13
13
  platformIdentifier: process.env["OS"] + " Node.js/" + process.versions.node
14
14
  };
15
15
  if (sdkContext.getIntegrator() !== null) {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "connect-sdk-nodejs",
3
- "version": "4.7.0",
3
+ "version": "4.8.0",
4
4
  "description": "SDK to communicate with the Ingenico ePayments platform using the Ingenico Connect Server API",
5
5
  "homepage": "https://github.com/Ingenico-ePayments/connect-sdk-nodejs#readme",
6
6
  "bugs": {