Description
Install this plugin to accept payment using Billplz.
FAQ
-
How to use sandbox link?
-
Add this code into your theme’s function.php file:
add_filter(‘bwpsp_get_billplz_url’, function($url) {
$url = ‘https://billplz-sandbox.com’;
return $url;
});
Reviews
There are no reviews for this plugin.
Contributors & Developers
“Billplz for WPSmartPay” is open source software. The following people have contributed to this plugin.
ContributorsTranslate “Billplz for WPSmartPay” into your language.
Interested in development?
Browse the code, check out the SVN repository, or subscribe to the development log by RSS.
Changelog
1.0.2, June 11, 2022
- New: Bump minimum PHP version required to 7.0
- Fix: Success payment page details not showing on WPSmartPay 2.6.7
1.0.1, June 9, 2022
- New: Compatibility with WordPress 6.0
- Fix: PHP error when the query parameters not exists on redirect URL
1.0.0, April 28, 2022
- Initial release