Skip to content

ImaginaryLandscape/django_payflow

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

23 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Settings

django_payflow accepts a python dictionary for all settings

The minimum settings needed are shown below:

DJANGO_PAYFLOW = {
    'PARTNER': 'partner', #This will most likely be 'PayPal'
    'MERCHANT_LOGIN': 'merchant',
    'USER': 'user', # This will most likely be the same as the MERCHANT_LOGIN setting
    'PASSWORD': 'password',
    'TEST_MODE': True,
}

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages