Using Paypal Sandbox to test IPN endpoint.

This commit is contained in:
Samuel Clay 2010-10-16 20:35:24 -04:00
parent d803f49878
commit 41d79247f3
2 changed files with 6 additions and 2 deletions

View file

@ -93,7 +93,7 @@ def paypal_form(request):
form = PayPalPaymentsForm(initial=paypal_dict, button_type="subscribe")
# Output the button.
return HttpResponse(form.render(), mimetype='text/html')
return HttpResponse(form.sandbox(), mimetype='text/html')
@login_required
def activate_premium(request):

View file

@ -3100,12 +3100,16 @@ background: transparent;
list-style: none;
/* margin: 12px 0;*/
padding: 0;
max-height: 400px;
max-height: 260px;
min-height: 186px;
width: auto;
border: 1px solid #909090;
}
.NB-modal-feedchooser .NB-feedchooser-paypal {
min-height: 48px;
}
.NB-modal-feedchooser .NB-feedchooser .feed_counts {
display: block;
text-transform: uppercase;