Recently in version 1.1.2 the ability to support shipping methods was added, which is great. For some shipping methods implementations, we need access to configuration items. In the regular Magento checkout, any module can dump any setting into the window.checkoutConfig configuration. The current React checkout only passes the payment configuration.
In this PR, I've added an event that allows developers to extend the checkoutConfig however needed.
Recently in version 1.1.2 the ability to support shipping methods was added, which is great. For some shipping methods implementations, we need access to configuration items. In the regular Magento checkout, any module can dump any setting into the
window.checkoutConfig
configuration. The current React checkout only passes thepayment
configuration.In this PR, I've added an event that allows developers to extend the checkoutConfig however needed.