mirror of
https://github.com/jlengrand/adyen-node-api-library.git
synced 2026-03-19 23:51:22 +00:00
Compare commits
11 Commits
develop
...
v3.0.1-rc.
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
ed3a10911f | ||
|
|
a3438a2925 | ||
|
|
2b73dddda4 | ||
|
|
0004e28ee2 | ||
|
|
81f3cdcdd1 | ||
|
|
0ee8afa94a | ||
|
|
91c3316b4f | ||
|
|
ebd6c04702 | ||
|
|
bac350abe5 | ||
|
|
4b2e64aa7a | ||
|
|
605e364082 |
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@adyen/api-library",
|
||||
"version": "3.0.0",
|
||||
"version": "3.0.1-rc.0",
|
||||
"description": "The Adyen API Library for NodeJS enables you to work with Adyen APIs.",
|
||||
"main": "dist/lib/src/index.js",
|
||||
"types": "dist/lib/src/index.d.ts",
|
||||
|
||||
@@ -54,7 +54,7 @@ class Client {
|
||||
public static HPP_LIVE = "https://live.adyen.com/hpp";
|
||||
public static MARKETPAY_ENDPOINT_TEST = "https://cal-test.adyen.com/cal/services";
|
||||
public static MARKETPAY_ENDPOINT_LIVE = "https://cal-live.adyen.com/cal/services";
|
||||
public static API_VERSION = "v51";
|
||||
public static API_VERSION = "v52";
|
||||
public static RECURRING_API_VERSION = "v49";
|
||||
public static MARKETPAY_ACCOUNT_API_VERSION = "v5";
|
||||
public static MARKETPAY_FUND_API_VERSION = "v5";
|
||||
@@ -63,7 +63,7 @@ class Client {
|
||||
public static LIB_VERSION: string = version;
|
||||
public static CHECKOUT_ENDPOINT_TEST = "https://checkout-test.adyen.com/checkout";
|
||||
public static CHECKOUT_ENDPOINT_LIVE_SUFFIX = "-checkout-live.adyenpayments.com/checkout";
|
||||
public static CHECKOUT_API_VERSION = "v51";
|
||||
public static CHECKOUT_API_VERSION = "v52";
|
||||
public static BIN_LOOKUP_PAL_SUFFIX = "/pal/servlet/BinLookup/";
|
||||
public static BIN_LOOKUP_API_VERSION = "v50";
|
||||
public static CHECKOUT_UTILITY_API_VERSION = "v1";
|
||||
|
||||
Reference in New Issue
Block a user