mirror of
https://github.com/woocommerce/woocommerce-paypal-payments.git
synced 2025-09-06 18:16:38 +08:00
Fix cs
This commit is contained in:
parent
d22cdba4a4
commit
1540c591ab
1 changed files with 1 additions and 1 deletions
|
@ -67,7 +67,7 @@ class PayPalApiException extends RuntimeException {
|
||||||
*/
|
*/
|
||||||
$this->response = $response;
|
$this->response = $response;
|
||||||
$this->status_code = $status_code;
|
$this->status_code = $status_code;
|
||||||
$message = $this->get_customer_friendly_message($response);
|
$message = $this->get_customer_friendly_message( $response );
|
||||||
if ( $response->name ) {
|
if ( $response->name ) {
|
||||||
$message = '[' . $response->name . '] ' . $message;
|
$message = '[' . $response->name . '] ' . $message;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue