You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
Using the test card
4007 4000 0000 0007
and 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.ts
may contain built in assumptions that cause it assume a live environment if the client is accessed by ip and not localhost.The text was updated successfully, but these errors were encountered: