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