Completed
Pull Request — master (#4)
by
unknown
08:52
created
src/Omnipay/Sofort/Message/RefundResponse.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -14,6 +14,6 @@
 block discarded – undo
14 14
 
15 15
     public function getTransactionReference()
16 16
     {
17
-        return (string) $this->data->refund->transaction;;
17
+        return (string) $this->data->refund->transaction; ;
18 18
     }
19 19
 }
Please login to merge, or discard this patch.