This commit is contained in:
carmenmaymo 2023-06-19 08:53:24 +02:00
parent d22cdba4a4
commit 1540c591ab
No known key found for this signature in database
GPG key ID: 6023F686B0F3102E

View file

@ -67,7 +67,7 @@ class PayPalApiException extends RuntimeException {
*/
$this->response = $response;
$this->status_code = $status_code;
$message = $this->get_customer_friendly_message($response);
$message = $this->get_customer_friendly_message( $response );
if ( $response->name ) {
$message = '[' . $response->name . '] ' . $message;
}