aboelkassem / Foods_Restaurant

A restaurant management system

Home Page:https://foods.aboelkassem.me

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Stripe errro

KamranAbbasiDEV opened this issue · comments

I have cloned your application, on checkout it says "you did not set a valid publishable key. call stripe.setpublishablekey()"

Hey, thanks for open this issue

in case you full working on this app, you need to get your custom information for your Stripe Account.

you need to include SecretKey and PublishableKey in appsettings.json file like this

"Stripe": {
     "SecretKey": "sk_test_xxxxxxxxxxxxxxxxxxxxxxxxx",
     "PublishableKey": "pk_test_xxxxxxxxxxxxxxxxxxx"
   },

...

I have updated the repository with new instructions in readme.md file

  • Make sure you clone/pull the repo again
  • Fill in the information required with your own info
  • Read How to run it section in README.md file