Using the test card 4007 4000 0000 0007 and correct billing info (verified on https://sample-sandbox.circle.com/flow/charge), I receive a console error
app.js:14562 [Vue warn]: Invalid prop: type check failed for prop "error". Expected Object, got Error
found in
---> <ErrorSheet> at components/ErrorSheet.vue
<ChargeFlowClass> at pages/flow/charge/index.vue
<Nuxt>
<VMain>
<VApp>
<DefaultLayoutsClass> at layouts/default.vue
<Root>
and popup that says Message: Unable to encrypt data.
It also looks like Environment.ts may contain built in assumptions that cause it assume a live environment if the client is accessed by ip and not localhost.
Using the test card
4007 4000 0000 0007and correct billing info (verified onhttps://sample-sandbox.circle.com/flow/charge), I receive a console errorand popup that says
Message: Unable to encrypt data.It also looks like
Environment.tsmay contain built in assumptions that cause it assume a live environment if the client is accessed by ip and not localhost.