mirror of
https://github.com/woocommerce/woocommerce-paypal-payments.git
synced 2025-09-01 07:02:48 +08:00
Fix psalm error
This commit is contained in:
parent
ac9c0c982c
commit
2c37b7c602
1 changed files with 1 additions and 1 deletions
|
@ -156,7 +156,7 @@ class PaymentCaptureRefunded implements RequestHandler {
|
|||
sprintf(
|
||||
/* translators: %s is the PayPal transaction ID */
|
||||
__( 'PayPal transaction ID: %s', 'woocommerce-paypal-payments' ),
|
||||
$request['resource']['id']
|
||||
$request['resource']['id'] ?? ''
|
||||
)
|
||||
);
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue