Skip to content

Commit 7a13ec6

Browse files
authored
Added Additional Payment Methods
banktransfer, mpesa, ussd, Momo payment
1 parent cbd0458 commit 7a13ec6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

library/rave.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -641,7 +641,7 @@ function initialize()
641641
amount: ' . $this->amount . ',
642642
currency: "' . $this->currency . '",
643643
country: "' . $this->country . '",
644-
payment_options: "card,mobilemoney,ussd",
644+
payment_options: "card,ussd,mpesa,barter,mobilemoneyghana,mobilemoneyrwanda,mobilemoneyzambia,mobilemoneyuganda,banktransfer,account",
645645
redirect_url:"' . $this->redirectUrl . '",
646646
customer: {
647647
email: "' . $this->customerEmail . '",

0 commit comments

Comments
 (0)