Completed
Pull Request — master (#4)
by
unknown
05:08
created
src/Message/AcceptNotificationResponse.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -30,7 +30,7 @@
 block discarded – undo
30 30
     {
31 31
         parent::__construct($request, $data);
32 32
 
33
-        if (!in_array($this->getDataValueOrNull('type'), ['macro','EMA'])) {
33
+        if (!in_array($this->getDataValueOrNull('type'), ['macro', 'EMA'])) {
34 34
             throw new InvalidResponseException('Only macro payment callbacks are accepted');
35 35
         }
36 36
 
Please login to merge, or discard this patch.