Skip to content

Commit

Permalink
Update select_payment_method.rst
Browse files Browse the repository at this point in the history
  • Loading branch information
datakund committed Mar 30, 2021
1 parent dfb08db commit c3bb69e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Docs/source/select_payment_method.rst
Original file line number Diff line number Diff line change
Expand Up @@ -11,9 +11,9 @@ It chooses the payment method passed in ``payment_method``.

Here is the code:-

.. py:function:: amazon.select_payment_method(credit_card="Net Banking")
.. py:function:: amazon.select_payment_method(payment_method="Net Banking")
:param str credit_card: Credit Card
:param str payment_method: payment method
:return: {"body": {}, "success_score": "100", "errors": []}
:rtype: dict

0 comments on commit c3bb69e

Please sign in to comment.