Stripped some parameters from payment/parameters that belong in settings
parent
f6a5c98b4e
commit
2cbdd797d5
|
@ -44,7 +44,7 @@
|
|||
<p>Associated transactions:</p>
|
||||
<ul>
|
||||
{% for transaction in campaign.transactions %}
|
||||
<li>{{transaction.id}} | {{transaction.status}} | {{transaction.name}} | {{transaction.user}} | {{transaction.amount}}</li>
|
||||
<li>{{transaction.id}} | {{transaction.status}} | {{transaction.user}} | {{transaction.amount}}</li>
|
||||
{% endfor %}
|
||||
</ul>
|
||||
{% else %}
|
||||
|
|
|
@ -10,9 +10,4 @@ COMPLETE_URL = '/paymentcomplete'
|
|||
CANCEL_URL = '/paymentcancel'
|
||||
|
||||
PREAPPROVAL_PERIOD = 365 # days to ask for in a preapproval
|
||||
PAYPAL_COMMISSION = 0.10
|
||||
|
||||
PAYPAL_USERNAME = 'yelton_1320244082_biz_api1.gmail.com'
|
||||
PAYPAL_PASSWORD = '1320244125'
|
||||
PAYPAL_SIGNATURE = 'AIKUBuPr4mikKyQtufsnK0Fx1uwkAb.mfadAfInsxk746zqcM838IAnf'
|
||||
PAYPAL_APPID = 'APP-80W284485P519543T'
|
||||
PAYPAL_COMMISSION = 0.10
|
Loading…
Reference in New Issue