Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 6 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -63,6 +63,9 @@ development:
api_key: your api key
secret: your secret
```
* You have to add the After Install Url as 'http://your-app/finalize' by logging into your developer account.

* Don't forget to add api_key and secret in your production environment.

## Next...

Expand All @@ -74,4 +77,6 @@ $ rails server

Now visit http://localhost:3000 and register (install) your application with a VersaCommerce store. Even if Rails tells you to visit your app at http://0.0.0.0:3000, go to http://localhost:3000.

After your application has been given whatever API permissions, you're ready to start experimenting with the VersaCommerce API. Have Fun :)


After your application has been given whatever API permissions, you're ready to start experimenting with the VersaCommerce API. Have Fun :)