From 84c4f6116c3f9c2ff7cff090fc3776e99ad6e2ca Mon Sep 17 00:00:00 2001 From: Andy Pieters Date: Mon, 30 Jul 2018 21:31:49 +0200 Subject: [PATCH] Using transaction API v12 to support refunding multiple giftcards --- src/Api/Transaction/Transaction.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Api/Transaction/Transaction.php b/src/Api/Transaction/Transaction.php index 667ae74d..1f0d0a66 100644 --- a/src/Api/Transaction/Transaction.php +++ b/src/Api/Transaction/Transaction.php @@ -30,5 +30,5 @@ class Transaction extends Api /** * @var int the version of the api */ - protected $version = 8; + protected $version = 12; } \ No newline at end of file