Private
Public Access
1
0

fixed paypal sandbox

This commit is contained in:
Sander Roosendaal
2019-08-10 14:28:32 +02:00
parent ac441534a3
commit 333aac474e

View File

@@ -265,7 +265,7 @@ def create_subscription(rower,data):
result = gateway.subscription.create({
"payment_method_token": payment_method_token,
"plan_id": plan.external_id,
"merchant_account_id": BRAINTREE_MERCHANT_ACCOUNT_ID,
# "merchant_account_id": BRAINTREE_MERCHANT_ACCOUNT_ID,
})