Improve error message

This commit is contained in:
Alex P 2023-07-04 15:32:41 +03:00
parent d20d4dd353
commit 298a72b6c5
No known key found for this signature in database
GPG key ID: 54487A734A204D71

View file

@ -178,7 +178,7 @@ class OrderProcessor {
$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;
}