Skip to content

Commit

Permalink
Added Additional Payment Methods
Browse files Browse the repository at this point in the history
banktransfer, mpesa, ussd, Momo payment
  • Loading branch information
bajoski34 authored Sep 9, 2021
1 parent cbd0458 commit 7a13ec6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion library/rave.php
Original file line number Diff line number Diff line change
Expand Up @@ -641,7 +641,7 @@ function initialize()
amount: ' . $this->amount . ',
currency: "' . $this->currency . '",
country: "' . $this->country . '",
payment_options: "card,mobilemoney,ussd",
payment_options: "card,ussd,mpesa,barter,mobilemoneyghana,mobilemoneyrwanda,mobilemoneyzambia,mobilemoneyuganda,banktransfer,account",
redirect_url:"' . $this->redirectUrl . '",
customer: {
email: "' . $this->customerEmail . '",
Expand Down

0 comments on commit 7a13ec6

Please sign in to comment.