Reputation: 1
When I click the "Checkout" button in WooCommerce on my site, nothing happens—no page loads, no error shows up, and the order doesn’t go through. It just sits there like the button’s broken. This started after I updated some Passify Pro plugin files (Admin.php, Emails.php, GoogleWalletAPI.php, Debugger.php, and SecurityHandler.php). Checkout worked fine before for order #85, but now it’s stuck. The logs show the plugin starting up okay, but there’s nothing about checkout, and it says there’s no Google Wallet service account key file, though I don’t think that’s the main problem right now. I’m guessing something in the updated code, maybe in Admin.php where it transfers product info during checkout, is crashing silently and stopping everything.
repo: https://github.com/FreeMarketamilitia/passify-pro
I tried clicking the "Checkout" button in WooCommerce after adding "Test Ticket" to my cart, expecting it to take me to the checkout page to finish the order. I also disabled the woocommerce_checkout_update_order_meta
hook in Admin.php
to see if it’d fix it. I expected checkout to work like it did for order #85, showing the form and processing the order. Instead, clicking "Checkout" did nothing—no redirect, no error, just stuck. Even with the hook off, it’s still broken, so I think something else in the updated Passify Pro files is crashing it silently.
Upvotes: -2
Views: 23