@@ -43,7 +43,7 @@ |
||
| 43 | 43 | * |
| 44 | 44 | * @param Requests_Hooks $hooks Hook system |
| 45 | 45 | */ |
| 46 | - public function register(Requests_Hooks &$hooks) |
|
| 46 | + public function register(Requests_Hooks & $hooks) |
|
| 47 | 47 | { |
| 48 | 48 | $hooks->register('requests.before_request', array(&$this, 'before_request')); |
| 49 | 49 | } |
@@ -43,7 +43,7 @@ |
||
| 43 | 43 | * |
| 44 | 44 | * @param Requests_Hooks $hooks Hook system |
| 45 | 45 | */ |
| 46 | - public function register(Requests_Hooks &$hooks) |
|
| 46 | + public function register(Requests_Hooks & $hooks) |
|
| 47 | 47 | { |
| 48 | 48 | $hooks->register('requests.before_request', array(&$this, 'before_request')); |
| 49 | 49 | } |
@@ -251,7 +251,7 @@ |
||
| 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 | /** |