Commit d61cee95 by Renzo Lucioni

Merge pull request #8500 from edx/renzo/commerce-cleanup

Avoid POSTing unnecessary payment processor parameter
parents 3de0af16 2db79556
...@@ -113,7 +113,6 @@ class BasketsView(APIView): ...@@ -113,7 +113,6 @@ class BasketsView(APIView):
response_data = api.baskets.post({ response_data = api.baskets.post({
'products': [{'sku': honor_mode.sku}], 'products': [{'sku': honor_mode.sku}],
'checkout': True, 'checkout': True,
'payment_processor_name': 'cybersource'
}) })
payment_data = response_data["payment_data"] payment_data = response_data["payment_data"]
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment