From b01a410b1cc4ba48abe5a22a4fe7ecbbfd434dfa Mon Sep 17 00:00:00 2001 From: lucy1603 <50372193+lucy1603@users.noreply.github.com> Date: Wed, 11 Mar 2020 16:49:40 +0200 Subject: [PATCH] Updated README Mentioned that OneMoney mobile money payment method is also supported for express checkout --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index c247712..b6d93c7 100644 --- a/README.md +++ b/README.md @@ -81,7 +81,7 @@ if response.success: If you want to send an express (mobile) checkout request instead, the only thing that differs is the last step. You make a call to the `send_mobile` in the `paynow` object instead of the `send` method. -The `send_mobile` method unlike the `send` method takes in two additional arguments i.e The phone number to send the payment request to and the mobile money method to use for the request. **Note that currently only ecocash is supported** +The `send_mobile` method unlike the `send` method takes in two additional arguments i.e The phone number to send the payment request to and the mobile money method to use for the request. **Note that currently only ecocash and onemoney are supported** ```python # Save the response from paynow in a variable