Release 1.10.60
Change
- Add a narrow test-only bypass for WooCommerce new-account email sending.
- Applies only when billing email is support@georgenicolaou.me and coupon 100george is applied.
- Logs checkout_created_customer_email_deferred when the WooCommerce WC_Emails::send_transactional_email callback is removed for the test request.
Why
Live diagnostics showed the checkout passed validation and SoftOne customer sync was deferred, then blocked at WC_Emails::send_transactional_email before the created-customer hook completed.
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