Skip to content

The e-xact sample shopping cart (found at http://store.e-xact.com/) implemented starting with a django app.

Notifications You must be signed in to change notification settings

gitaaron/E-xact-django-clone

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

23 Commits
 
 
 
 
 
 

Repository files navigation

Description

The e-xact sample shopping cart (found at http://store.e-xact.com/) implemented starting with a django app.

Requirements

Django version 1.1.1 sqlite3

Setup

  1. Get code.
  2. Load data : python manage.py syncdb
  3. Create your chase paymentech hosted checkout payment page.
  4. On the payment page, ensure your receipt link url points to http://your-domain:[port]/shop/payment_notification and that you have entered text into 'receipt text'.
  5. Configure your settings.py

Settings

  • PAYMENT_PAGE_VARS['x_login'] corresponds to 'payment page id' in the paymentech admin
  • PAYMENT_TRANSACTION_KEY corresponds to 'transaction key' in the paymentech admin
  • PAYMENT_PAGE_VARS['x_fp_sequence'] should be a random string

About

The e-xact sample shopping cart (found at http://store.e-xact.com/) implemented starting with a django app.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages