Completed
Pull Request — master (#109)
by
unknown
04:39
created
src/Resource/Orders.php 1 patch
Indentation   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -87,7 +87,7 @@
 block discarded – undo
87 87
         $receiver->moipAccount = new stdClass();
88 88
         $receiver->moipAccount->id = $moipAccount;
89 89
         if (!empty($fixed)) {
90
-        	$receiver->amount = new stdClass();
90
+            $receiver->amount = new stdClass();
91 91
             $receiver->amount->fixed = $fixed;
92 92
         }
93 93
         $receiver->type = $type;
Please login to merge, or discard this patch.