Commit 2db79556 by Renzo Lucioni

Avoid POSTing unnecessary payment processor parameter

parent a61b9106
...@@ -112,7 +112,6 @@ class BasketsView(APIView): ...@@ -112,7 +112,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