fixed paypal sandbox
This commit is contained in:
@@ -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,
|
||||
})
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user