Completed
Pull Request — master (#71)
by
unknown
01:59
created
src/Resource/Orders.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -74,7 +74,7 @@
 block discarded – undo
74 74
         $receiver = new stdClass();
75 75
         $receiver->moipAccount = new stdClass();
76 76
         $receiver->moipAccount->id = $moipAccount;
77
-        if(!empty($fixed)) {
77
+        if (!empty($fixed)) {
78 78
             $receiver->amount->fixed = $fixed;
79 79
         }
80 80
         $receiver->type = $type;
Please login to merge, or discard this patch.