* Fix: Uncaught Error: Cannot use object of type stdClass as array
* Fix: When store credit is fully covering the order total making the amount to be paid as 0 (zero), on trying to place such order, it's always giving the error 'No payment method provided' [WC Blocks]
* Tweak: Handle display of coupon field 'Auto apply?' using JavaScript ES6 instead of jQuery
* Developer: New filter 'wc_sc_force_validate_allowed_emails' to control the behavior of validation of allowed emails
* Update: Add...