Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

PHP Notice issued if payment method disabled during checkout process #217

Closed
lat9 opened this issue Oct 6, 2019 · 0 comments
Closed

PHP Notice issued if payment method disabled during checkout process #217

lat9 opened this issue Oct 6, 2019 · 0 comments

Comments

@lat9
Copy link
Owner

lat9 commented Oct 6, 2019

If a payment method is removed via the admin while a customer is in the middle of a checkout process, a couple of PHP notices are thrown:

[06-Oct-2019 12:55:53 America/New_York] Request URI: /zc156posm/index.php?main_page=checkout_one, IP address: ::1
#1  require(C:\xampp\htdocs\zc156posm\includes\modules\pages\checkout_one\header_php.php) called at [C:\xampp\htdocs\zc156posm\index.php:36]
--> PHP Notice: Undefined variable: xyz in C:\xampp\htdocs\zc156posm\includes\modules\pages\checkout_one\header_php.php on line 379.

[06-Oct-2019 12:55:53 America/New_York] Request URI: /zc156posm/index.php?main_page=checkout_one, IP address: ::1
#1  require(C:\xampp\htdocs\zc156posm\includes\modules\pages\checkout_one\header_php.php) called at [C:\xampp\htdocs\zc156posm\index.php:36]
--> PHP Notice: Undefined variable: xyz in C:\xampp\htdocs\zc156posm\includes\modules\pages\checkout_one\header_php.php on line 385.
@lat9 lat9 added the bug label Oct 6, 2019
@lat9 lat9 added this to the v2.2.0 milestone Oct 6, 2019
@lat9 lat9 closed this as completed Oct 13, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant