@@ -341,7 +341,7 @@ |
||
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(); |