@@ -154,15 +154,15 @@ discard block |
||
| 154 | 154 | return $refund; |
| 155 | 155 | } |
| 156 | 156 | |
| 157 | - /** |
|
| 158 | - * Get payment status. |
|
| 159 | - * |
|
| 160 | - * @return string Payment status. Possible values CREATED, WAITING, IN_ANALYSIS, PRE_AUTHORIZED, AUTHORIZED, CANCELLED, REFUNDED, REVERSED, SETTLED |
|
| 161 | - */ |
|
| 162 | - public function getStatus() |
|
| 163 | - { |
|
| 164 | - return $this->getIfSet('status'); |
|
| 165 | - } |
|
| 157 | + /** |
|
| 158 | + * Get payment status. |
|
| 159 | + * |
|
| 160 | + * @return string Payment status. Possible values CREATED, WAITING, IN_ANALYSIS, PRE_AUTHORIZED, AUTHORIZED, CANCELLED, REFUNDED, REVERSED, SETTLED |
|
| 161 | + */ |
|
| 162 | + public function getStatus() |
|
| 163 | + { |
|
| 164 | + return $this->getIfSet('status'); |
|
| 165 | + } |
|
| 166 | 166 | |
| 167 | 167 | /** |
| 168 | 168 | * get creation time. |
@@ -261,7 +261,7 @@ discard block |
||
| 261 | 261 | $this->data->fundingInstrument->creditCard->holder->phone->countryCode = $holder->getPhoneCountryCode(); |
| 262 | 262 | $this->data->fundingInstrument->creditCard->holder->phone->areaCode = $holder->getPhoneAreaCode(); |
| 263 | 263 | $this->data->fundingInstrument->creditCard->holder->phone->number = $holder->getPhoneNumber(); |
| 264 | - $this->data->fundingInstrument->creditCard->holder->billingAddress = $holder->getBillingAddress(); |
|
| 264 | + $this->data->fundingInstrument->creditCard->holder->billingAddress = $holder->getBillingAddress(); |
|
| 265 | 265 | } |
| 266 | 266 | |
| 267 | 267 | /** |