Skip to content
This repository was archived by the owner on Mar 19, 2024. It is now read-only.

Commit 53954ea

Browse files
Release 4.14.0.
1 parent 058b9e4 commit 53954ea

File tree

4 files changed

+10
-9
lines changed

4 files changed

+10
-9
lines changed

package-lock.json

Lines changed: 7 additions & 7 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "connect-sdk-nodejs",
3-
"version": "4.13.0",
3+
"version": "4.14.0",
44
"description": "SDK to communicate with the Ingenico ePayments platform using the Ingenico Connect Server API",
55
"homepage": "https://github.com/Ingenico-ePayments/connect-sdk-nodejs#readme",
66
"bugs": {

src/model/domain/payment/definitions/index.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -864,6 +864,7 @@ export interface RefundBankMethodSpecificOutput extends RefundMethodSpecificOutp
864864

865865
export interface RefundCardMethodSpecificOutput extends RefundMethodSpecificOutput {
866866
authorisationCode?: string | null;
867+
card?: CardEssentials | null;
867868
}
868869

869870
// eslint-disable-next-line @typescript-eslint/no-empty-interface

src/utils/headers.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ interface ServerMetaInfo {
1818
export function serverMetaInfo(sdkContext: SdkContext): Header {
1919
const info: ServerMetaInfo = {
2020
sdkCreator: "Ingenico",
21-
sdkIdentifier: "NodejsServerSDK/v4.13.0",
21+
sdkIdentifier: "NodejsServerSDK/v4.14.0",
2222
platformIdentifier: process.env["OS"] + " Node.js/" + process.versions.node
2323
};
2424
if (sdkContext.getIntegrator() !== null) {

0 commit comments

Comments
 (0)