Skip to content

Commit

Permalink
Merge pull request #87 from alma/feature/release-2-0-3
Browse files Browse the repository at this point in the history
Release 2.0.3
  • Loading branch information
Benjamin-Freoua-Alma authored Feb 14, 2024
2 parents da2514d + c0d83cb commit 962cbbc
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 2 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,12 @@
CHANGELOG
=========

v2.0.3
-------
* Added order_id in subscription model
* Added sendCustomerCart endpoint Insurance
* Added cancelSubscription endpoint Insurance

v2.0.2
-------
* Added getSubscription endpoint Insurance
Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "alma/alma-php-client",
"description": "PHP API client for the Alma payments API",
"version": "2.0.2",
"version": "2.0.3",
"type": "library",
"require": {
"php": "^5.6 || ~7.0 || ~7.1 || ~7.2 || ~7.3 || ~7.4 || ~8.0 || ~8.1 || ~8.2",
Expand Down
2 changes: 1 addition & 1 deletion src/Client.php
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@

class Client
{
const VERSION = '2.0.2';
const VERSION = '2.0.3';

const LIVE_MODE = 'live';
const TEST_MODE = 'test';
Expand Down

0 comments on commit 962cbbc

Please sign in to comment.