mirror of
https://github.com/viq/NewsBlur.git
synced 2025-09-18 21:43:31 +00:00
Using Paypal Sandbox to test IPN endpoint.
This commit is contained in:
parent
d803f49878
commit
41d79247f3
2 changed files with 6 additions and 2 deletions
|
@ -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):
|
||||
|
|
|
@ -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;
|
||||
|
|
Loading…
Add table
Reference in a new issue