WP Manifestindependent plugin directory
manifest / ecommerce / xumm-for-woocommerce

XUMM payments for WooCommerce

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

by XUMM · github.com/xrpl-labs/xumm-for-woocommerce · website

13stars
6forks

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/xrpl-labs/xumm-for-woocommerce/archive/refs/heads/main.zip

Readme

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

Read the full README on GitHub →