File tree Expand file tree Collapse file tree 4 files changed +3
-5
lines changed Expand file tree Collapse file tree 4 files changed +3
-5
lines changed Original file line number Diff line number Diff line change 1
- * @ KadoBOT @ zaiddreakh @ maassenbas @ msilvagarcia @ AlexandrosMor
1
+ * @ zaiddreakh @ maassenbas @ msilvagarcia @ AlexandrosMor @ peterojo
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @adyen/api-library" ,
3
- "version" : " 6 .0.3 " ,
3
+ "version" : " 7 .0.0 " ,
4
4
"description" : " The Adyen API Library for NodeJS enables you to work with Adyen APIs." ,
5
5
"main" : " lib/src/index.js" ,
6
6
"types" : " lib/src/index.d.ts" ,
Original file line number Diff line number Diff line change @@ -67,8 +67,6 @@ export function createPaymentsCheckoutRequest(): ICheckout.PaymentRequest {
67
67
paymentMethod : paymentMethodDetails ,
68
68
reference,
69
69
returnUrl : "https://your-company.com/..." ,
70
- enableRecurring : true ,
71
- enableOneClick : true ,
72
70
shopperReference : "shopperReference" ,
73
71
storePaymentMethod : true
74
72
} ;
Original file line number Diff line number Diff line change @@ -52,6 +52,7 @@ class Client {
52
52
public static HPP_LIVE = "https://live.adyen.com/hpp" ;
53
53
public static MARKETPAY_ENDPOINT_TEST = "https://cal-test.adyen.com/cal/services" ;
54
54
public static MARKETPAY_ENDPOINT_LIVE = "https://cal-live.adyen.com/cal/services" ;
55
+ public static CHECKOUT_API_VERSION = "v66" ;
55
56
public static API_VERSION = "v64" ;
56
57
public static RECURRING_API_VERSION = "v49" ;
57
58
public static MARKETPAY_ACCOUNT_API_VERSION = "v6" ;
@@ -63,7 +64,6 @@ class Client {
63
64
public static LIB_VERSION : string = version ;
64
65
public static CHECKOUT_ENDPOINT_TEST = "https://checkout-test.adyen.com/checkout" ;
65
66
public static CHECKOUT_ENDPOINT_LIVE_SUFFIX = "-checkout-live.adyenpayments.com/checkout" ;
66
- public static CHECKOUT_API_VERSION = "v64" ;
67
67
public static BIN_LOOKUP_PAL_SUFFIX = "/pal/servlet/BinLookup/" ;
68
68
public static BIN_LOOKUP_API_VERSION = "v50" ;
69
69
public static TERMINAL_API_ENDPOINT_TEST = "https://terminal-api-test.adyen.com" ;
You can’t perform that action at this time.
0 commit comments