GitXplorerGitXplorer
b

vc_demo_shop

public
0 stars
0 forks
0 issues

Commits

List of commits on branch master.
Unverified
59b25194dded6cd961f847d736ce622314747f1b

Remove debug logging

bbinarin committed 11 years ago
Unverified
b5990930d57f14c69d1d70812755a72f4f61637b

Fix order object usage

bbinarin committed 11 years ago
Unverified
a34b8db5f76917f30e9222e908d0d1d2b41c9a4d

Order status page

bbinarin committed 11 years ago
Unverified
c23d683d50325fd208e45dfaa7f8003dd695984e

Move debug info to pay page

bbinarin committed 11 years ago
Unverified
73d91e9a559ff6ce37e102ad0484d93ef672e547

Fix result routing

bbinarin committed 11 years ago
Unverified
e5127dea613438f537f8bcbb3c1654805a3f54aa

Page for customers returning from virtual cards system

bbinarin committed 11 years ago

README

The README file for this repository.

vc_demo_shop

CREATE TABLE orders(
  id serial primary key,
  amount float not null,
  status text not null default 'new',
  notifications text
);

heroku config:set VC_URL=http://.../pay VC_SERVICE_ID=... VC_SECRET='...'
heroku config:set PUBLIC_URL='http://vc-demo.herokuapp.com/'