Skip to content

Pay with XRP and IOU's - WooCommerce & XUMM Payment Plugin

License

Notifications You must be signed in to change notification settings

XRPL-Labs/xumm-for-woocommerce

Repository files navigation

WooCommerce plugin for XRP ledger payments using XUMM

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/

Install & setup instructions

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.

Developer instructions

Debug & local tests

  • 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

Building package for production

  • 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