mirror of
https://github.com/woocommerce/woocommerce-paypal-payments.git
synced 2025-09-06 10:55:00 +08:00
Add PayPal transaction id to order note
This commit is contained in:
parent
f454c60292
commit
d2f257a812
4 changed files with 20 additions and 6 deletions
|
@ -111,6 +111,11 @@ class PayPalApiException extends RuntimeException {
|
|||
return false;
|
||||
}
|
||||
|
||||
/**
|
||||
* Returns response issues.
|
||||
*
|
||||
* @return array
|
||||
*/
|
||||
public function issues(): array {
|
||||
return $this->response->issues ?? array();
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue