Skip to content

Release 1.10.59

Choose a tag to compare

@GeorgeWebDevCy GeorgeWebDevCy released this 13 May 16:20
· 22 commits to main since this release

Change

  • Add a very narrow checkout attempt throttle bypass for controlled live testing.
  • The bypass only applies when the billing email is support@georgenicolaou.me and the cart has coupon 100george applied.
  • Logs checkout_order_attempt_throttle_bypassed when it removes the throttle validation error.

Why

WooCommerce's order-attempt protection was blocking further diagnosis with Too many order attempts. Please wait before trying again. before the new-customer checkout path could reach the hook we need to inspect.

Validation

  • php -l includes/class-softone-checkout-diagnostics.php
  • php -l includes/class-softone-customer-sync.php
  • php -l includes/class-softone-woocommerce-integration.php
  • php -l softone-woocommerce-integration.php
  • php tests/order-export-readiness-test.php
  • php tests/legacy-greek-json-decoding-test.php
  • git diff --check