Sejoli - BIZAPPAY Payment Gateway
Integrate Malaysia Payment Gateway with Sejoli Premium membership WordPress plugin
★ 0stars
1forks
Install
No release zip yet. The repository archive installs, but the folder name will carry the branch suffix and updates will not flow:
wp plugin install https://github.com/orangerdev/sejoli-bizappay/archive/refs/heads/main.zipFrom the readme
Custom payment gateway for Sejoli Membership Plugin
The plugin is an example for Sejoli custom payment gateway. send me any email for further information: orangerdigiart@gmail.com
At least you need :
1. a PHP file to set filter hook to declare the payment gateway class
2. a class that extends class \\SejoliSA\\Payment, with CarbonFields loaded
We need CarbonFields to set plugin options.
Hook filter that you need to use is sejoli/payment/available-libraries.
For payment gateway class, at least you need these properties :
1. $id string, set the payment gateway ID, alphanumeric with dash only.
2. $name string, set the payment gateway name.
3. $title string, set the payment gateway title.
4. $description string, set the payment gateway description.
and for methods, you need these :
1. getsetupfields(), return array with CarbonFields value
2. setprice(), return with price, if you need to charge with payment gateway fee
3. setmetadata(), return with an array of payment info
4. displaypaymentinstruction()
5. displaysimplepaymentinstruction()
6. setpaymentinfo()
If the payment gateway needs custom link to receive notification, you need to setup
you can change ratapay or ratapay-me
Read the full README on GitHub →
Releases
| Tag | Published |
|---|---|
| 1.0.1 | May 17, 2025 |
These releases are tags only. The author does not attach a packaged zip, so there are no download counts to report.