bigcommerce / checkout-sdk-js

BigCommerce Checkout JavaScript SDK
MIT License
132 stars 215 forks source link

Revert "CHECKOUT-8300: Fix config and form field cache by ensuring input parameters are correctly compared" #2618

Closed davidchin closed 3 weeks ago

davidchin commented 3 weeks ago

Reverts bigcommerce/checkout-sdk-js#2615

This PR causes E2E tests to break as the removal of request parameters means requests to the checkout settings endpoint no longer match with the mocked responses from HAR files. Reverting so the line is not blocked.