This is a payment plugin for WooCommerce shop owners, so customers can pay easily using the XRP ledger and the XUMM app.
For more information, please visit: https://xumm.app
Plugin URL: https://wordpress.org/plugins/xumm-payments-for-woocommerce/
This plugin is in Beta, get a Beta release here: https://github.com/XRPL-Labs/xumm-for-woocommerce/releases/
For install & setup instructions, see this article at the XUMM Support pages
After beta this plugin will be available in the Wordpress / WooCommerce Plugin store.
- If you are in development mode, first thing you need to do is:
$ composer install
-
After composer install, we automatically check our unit tests.
-
If you need to execute unit tests, use this command:
$ composer make:tests
- You can use phpstan to find bugs
$ composer make:check
- Use this command to prepare the package:
$ composer build
- Now the zip file will be prepared with the last commit hash like this:
xumm-for-woocommerce-COMMIT-HASH.zip