You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When customer has a saved card on checkout and select that card as a payment method, but at a last second choose to switch to pay with a PayPal button, he will receive an internal server error message. Merchant will see in the logs an fatal error log file.
CRITICAL Uncaught Error: Call to a member function from_wc_order() on null in /var/www/html/wp-content/plugins/woocommerce-paypal-payments/modules/ppcp-wc-gateway/src/Gateway/ProcessPaymentTrait.php:80
To Reproduce
Select a saved card during checkout.
Choose PayPal as a payment method instead of the card.
See "Internal error" when placing the order.
The text was updated successfully, but these errors were encountered:
AlexP11223
changed the title
Internal server error on checkout when going from saved card to paypal (452)
Internal server error on checkout when selected saved card but then switched to paypal (452)
Dec 13, 2021
When customer has a saved card on checkout and select that card as a payment method, but at a last second choose to switch to pay with a PayPal button, he will receive an internal server error message. Merchant will see in the logs an fatal error log file.
CRITICAL Uncaught Error: Call to a member function from_wc_order() on null in /var/www/html/wp-content/plugins/woocommerce-paypal-payments/modules/ppcp-wc-gateway/src/Gateway/ProcessPaymentTrait.php:80
To Reproduce
The text was updated successfully, but these errors were encountered: