Completed
Pull Request — master (#163)
by
unknown
01:51
created
src/Resource/Customer.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -341,7 +341,7 @@
 block discarded – undo
341 341
         $this->data->fundingInstrument->creditCard->number = $number;
342 342
         $this->data->fundingInstrument->creditCard->cvc = $cvc;
343 343
         $this->data->fundingInstrument->creditCard->holder = new stdClass();
344
-        if($holderName){
344
+        if ($holderName) {
345 345
             $this->data->fundingInstrument->creditCard->holder->fullname = $holderName;
346 346
         } else {
347 347
             $this->data->fundingInstrument->creditCard->holder->fullname = $holder->getFullname();
Please login to merge, or discard this patch.