It is a WooCommerce payment gateway extension for Ripple via JSON RPC. Developed as Wordpress plugin.
Any order older than 7 days will not be checked automatically. Any order received more/less money then excepted will be put on hold for manually review.
- Upload the plugin to the
/wp-content/plugins/
directory
- Activate the plugin through the 'Plugins' menu in WordPress
- Change the plugin settings throught the 'WooCommerce' settings in WordPress
- Set a cron job on your server with the following command:
curl http://path.to.your.wordpress/index.php?woocommerce_ripplejson_secret=SECRET
. The SECRET should be set in the settings.
Note: You must have WooCommerce Installed to make this plugin work.