From 8ebfeb76fccfa6076fa942074cf95e17fd4b53a8 Mon Sep 17 00:00:00 2001 From: Wallace Soares Date: Wed, 13 May 2026 16:49:20 -0300 Subject: [PATCH] Remove payment method identifier --- package.json | 2 +- src/types.ts | 1 - src/version.ts | 2 +- 3 files changed, 2 insertions(+), 3 deletions(-) diff --git a/package.json b/package.json index 55974fc..c5e37a8 100644 --- a/package.json +++ b/package.json @@ -2,7 +2,7 @@ "name": "@incognia/api", "author": "Incognia (https://incognia.com)", "repository": "https://github.com/inloco/incognia-node", - "version": "6.6.4", + "version": "6.6.5", "license": "MIT", "type": "module", "main": "dist/index.cjs", diff --git a/src/types.ts b/src/types.ts index 1ea77b1..5bf0f79 100644 --- a/src/types.ts +++ b/src/types.ts @@ -66,7 +66,6 @@ type RegisterLoginBaseProps = { export type RegisterLoginProps = RegisterLoginBaseProps & { relatedAccountId?: string location?: TransactionLocation - paymentMethodIdentifier?: string paymentValue?: PaymentValue paymentMethods?: Array relatedWebRequestToken?: string diff --git a/src/version.ts b/src/version.ts index 7bc8806..df6e5e3 100644 --- a/src/version.ts +++ b/src/version.ts @@ -1,2 +1,2 @@ // Generated by genversion. -export const version = '6.6.4' +export const version = '6.6.5'