Merge branch 'master' of github.com:Gluejar/regluit into payment
commit
419c8a1058
|
@ -196,6 +196,11 @@ SOUTH_TESTS_MIGRATE = True
|
|||
|
||||
AUTH_PROFILE_MODULE = "core.UserProfile"
|
||||
|
||||
# The amount of the transaction that Gluejar takes
|
||||
GLUEJAR_COMMISSION = 0.06
|
||||
PREAPPROVAL_PERIOD = 365 # days to ask for in a preapproval
|
||||
PREAPPROVAL_PERIOD_AFTER_CAMPAIGN = 90 # if we ask for preapproval time after a campaign deadline
|
||||
|
||||
GOODREADS_API_KEY = ""
|
||||
GOODREADS_API_SECRET = ""
|
||||
|
||||
|
|
|
@ -79,11 +79,6 @@ PAYPAL_SANDBOX_PASSWORD = ''
|
|||
PAYPAL_BUYER_LOGIN =''
|
||||
PAYPAL_BUYER_PASSWORD = ''
|
||||
|
||||
# The amount of the transaction that Gluejar takes
|
||||
GLUEJAR_COMMISSION = 0.06
|
||||
PREAPPROVAL_PERIOD = 365 # days to ask for in a preapproval
|
||||
PREAPPROVAL_PERIOD_AFTER_CAMPAIGN = 90 # if we ask for preapproval time after a campaign deadline
|
||||
|
||||
# in live system, replace with the real Gluejar paypal email and that for our non-profit partner
|
||||
PAYPAL_GLUEJAR_EMAIL = "glueja_1317336101_biz@gluejar.com"
|
||||
PAYPAL_NONPROFIT_PARTNER_EMAIL = "nppart_1318957063_per@gluejar.com"
|
||||
|
|
|
@ -69,11 +69,6 @@ PAYPAL_SANDBOX_PASSWORD = ''
|
|||
PAYPAL_BUYER_LOGIN =''
|
||||
PAYPAL_BUYER_PASSWORD = ''
|
||||
|
||||
# The amount of the transaction that Gluejar takes
|
||||
GLUEJAR_COMMISSION = 0.06
|
||||
PREAPPROVAL_PERIOD = 365 # days to ask for in a preapproval
|
||||
PREAPPROVAL_PERIOD_AFTER_CAMPAIGN = 90 # if we ask for preapproval time after a campaign deadline
|
||||
|
||||
# in live system, replace with the real Gluejar paypal email and that for our non-profit partner
|
||||
PAYPAL_GLUEJAR_EMAIL = "glueja_1317336101_biz@gluejar.com"
|
||||
PAYPAL_NONPROFIT_PARTNER_EMAIL = "nppart_1318957063_per@gluejar.com"
|
||||
|
|
|
@ -70,11 +70,6 @@ PAYPAL_SANDBOX_PASSWORD = ''
|
|||
PAYPAL_BUYER_LOGIN =''
|
||||
PAYPAL_BUYER_PASSWORD = ''
|
||||
|
||||
# The amount of the transaction that Gluejar takes
|
||||
GLUEJAR_COMMISSION = 0.06
|
||||
PREAPPROVAL_PERIOD = 365 # days to ask for in a preapproval
|
||||
PREAPPROVAL_PERIOD_AFTER_CAMPAIGN = 90 # if we ask for preapproval time after a campaign deadline
|
||||
|
||||
# in live system, replace with the real Gluejar paypal email and that for our non-profit partner
|
||||
PAYPAL_GLUEJAR_EMAIL = "glueja_1317336101_biz@gluejar.com"
|
||||
PAYPAL_NONPROFIT_PARTNER_EMAIL = "nppart_1318957063_per@gluejar.com"
|
||||
|
|
Loading…
Reference in New Issue