Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Problem adding balance #153

Open
techiend opened this issue Jul 30, 2023 · 0 comments
Open

Problem adding balance #153

techiend opened this issue Jul 30, 2023 · 0 comments
Labels
bug Something isn't working

Comments

@techiend
Copy link

🐛 Bug

When I try to add some balance to the account the "Checkout" button does nothing, indeed It throws an error in the network console about wrong Stripe API Key

Expected behavior

Go to checkout

Current behavior

image
image

Network response:

{
"errors": [
{
"message": "No API key provided. (HINT: set your API key using "stripe.api_key = "). You can generate API keys from the Stripe web interface. See https://stripe.com/api for details, or email support@stripe.com if you have any questions.",
"locations": [
{
"line": 2,
"column": 9
}
],
"path": [
"res"
]
}
],
"data": {
"res": null
}
}

To Reproduce

Steps to reproduce the issue

Try to add some Balance or Add new card in Profile

Environment

  • Windows
  • Browser Chrome
@techiend techiend added the bug Something isn't working label Jul 30, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant