Hi, Using the latest master branch, and: ``` gem 'spree', '~> 4.2.1' gem 'spree_auth_devise', '~> 4.3' gem 'spree_gateway', '~> 3.9' gem 'spree_braintree_vzero', :github => 'spree-contrib/spree_braintree_vzero', :branch => 'master' ``` I am still getting this error: <img width="600" alt="Screenshot+2021-04-02+12 06 12" src="https://user-images.githubusercontent.com/1474401/113382501-99fb1300-934f-11eb-99ec-7fcf47165425.png"> which points to this "catch" line: ``` function onFetchClientToken(clientToken) { setupForm(); }).catch(function (err) { console.log('component error:', err); }); ``` ---------- If I proceed with the payment, I get this error: <img width="600" alt="Screenshot+2021-04-02+01 09 16" src="https://user-images.githubusercontent.com/1474401/113382742-4806bd00-9350-11eb-955c-60d1c6204fa2.png"> Any ideas how to fix it?