mirror of
https://github.com/woocommerce/woocommerce-paypal-payments.git
synced 2025-09-08 21:52:55 +08:00
Improve error message
This commit is contained in:
parent
d20d4dd353
commit
298a72b6c5
1 changed files with 1 additions and 1 deletions
|
@ -178,7 +178,7 @@ class OrderProcessor {
|
||||||
$wc_order->get_id()
|
$wc_order->get_id()
|
||||||
)
|
)
|
||||||
);
|
);
|
||||||
$this->last_error = __( 'Could not retrieve order. This browser may not be supported. Please try again with a different browser.', 'woocommerce-paypal-payments' );
|
$this->last_error = __( 'Could not retrieve order. Maybe it was already completed or this browser is not supported. Please check your email or try again with a different browser.', 'woocommerce-paypal-payments' );
|
||||||
return false;
|
return false;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue