File tree 3 files changed +3
-3
lines changed
3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 4
4
5
5
This is the officially supported PHP library for using Adyen's APIs.
6
6
7
- [ ![ version] ( https://img.shields.io/badge/version-20.2 .0-blue.svg )] ( https://packagist.org/packages/adyen/php-api-library )
7
+ [ ![ version] ( https://img.shields.io/badge/version-20.3 .0-blue.svg )] ( https://packagist.org/packages/adyen/php-api-library )
8
8
9
9
## Supported API versions
10
10
The library supports all APIs under the following services:
Original file line number Diff line number Diff line change 1
- 20.2 .0
1
+ 20.3 .0
Original file line number Diff line number Diff line change 7
7
8
8
class Client
9
9
{
10
- const LIB_VERSION = "20.2 .0 " ;
10
+ const LIB_VERSION = "20.3 .0 " ;
11
11
const LIB_NAME = "adyen-php-api-library " ;
12
12
const USER_AGENT_SUFFIX = "adyen-php-api-library/ " ;
13
13
const ENDPOINT_TEST = "https://pal-test.adyen.com " ;
You can’t perform that action at this time.
0 commit comments