Completed
Pull Request — master (#67)
by
unknown
19:47
created
src/Resource/Payment.php 1 patch
Indentation   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -251,7 +251,7 @@
 block discarded – undo
251 251
         $this->data->fundingInstrument->creditCard->holder->phone->countryCode = $holder->getPhoneCountryCode();
252 252
         $this->data->fundingInstrument->creditCard->holder->phone->areaCode = $holder->getPhoneAreaCode();
253 253
         $this->data->fundingInstrument->creditCard->holder->phone->number = $holder->getPhoneNumber();
254
-		$this->data->fundingInstrument->creditCard->holder->billingAddress = $holder->getBillingAddress();
254
+        $this->data->fundingInstrument->creditCard->holder->billingAddress = $holder->getBillingAddress();
255 255
     }
256 256
 
257 257
     /**
Please login to merge, or discard this patch.