Chase Wiseman
Chase Wiseman
Right now our plugin loader checks for the required PHP, WordPress, and WooCommerce versions before loading the plugin itself: https://github.com/skyverge/wc-plugin-framework/blob/release-v5/woocommerce/woocommerce-framework-plugin-loader-sample.php#L119-L121 We could try and move the WP & WC version...
POC only, DO NOT MERGE # Objective Provide a new way for gateways to pass transaction data around throughout the payment, capture, and refund processes that's more reliable and testable,...
Right now our `SV_WP_Job_Batch_Handler` utility relies on the background/async job handler by simply processing chunks of a background job in batches. This works very well for plugins that support both...
When an order starts out as free at checkout, core doesn't render the payment methods UI. If the customer updates checkout, like choosing a new shipping method and $$$ needs...
Let's aim to break out all logging functionality to a dedicated handler. Potential improvements: * [ ] Support WooCommerce 3.0's set of [standardized log levels](https://woocommerce.wordpress.com/2017/01/26/improved-logging-in-woocommerce-2-7) * [ ] [Gateways] Update...
One aspect of the plugin experience that I think can always be improved is onboarding. That space between when the user clicks "Activate" and has a fully configured plugin has...