Skip to content

Commit

Permalink
Using transaction API v12 to support refunding multiple giftcards
Browse files Browse the repository at this point in the history
  • Loading branch information
Andy Pieters committed Jul 30, 2018
1 parent 20276d7 commit 84c4f61
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Api/Transaction/Transaction.php
Original file line number Diff line number Diff line change
Expand Up @@ -30,5 +30,5 @@ class Transaction extends Api
/**
* @var int the version of the api
*/
protected $version = 8;
protected $version = 12;
}

0 comments on commit 84c4f61

Please sign in to comment.