mirror of
https://github.com/samuelclay/NewsBlur.git
synced 2025-09-18 21:50:56 +00:00
Sandboxing paypal.
This commit is contained in:
parent
b2931ff89a
commit
5593b228b1
1 changed files with 2 additions and 1 deletions
|
@ -76,7 +76,8 @@ def set_collapsed_folders(request):
|
||||||
def paypal_form(request):
|
def paypal_form(request):
|
||||||
paypal_dict = {
|
paypal_dict = {
|
||||||
"cmd": "_xclick-subscriptions",
|
"cmd": "_xclick-subscriptions",
|
||||||
"business": "samuel@ofbrooklyn.com",
|
# "business": "samuel@ofbrooklyn.com",
|
||||||
|
"business": "samuel_1287279745_biz@conesus.com",
|
||||||
"a3": "12.00", # price
|
"a3": "12.00", # price
|
||||||
"p3": 1, # duration of each unit (depends on unit)
|
"p3": 1, # duration of each unit (depends on unit)
|
||||||
"t3": "Y", # duration unit ("M for Month")
|
"t3": "Y", # duration unit ("M for Month")
|
||||||
|
|
Loading…
Add table
Reference in a new issue