Description
Payment Gateway for Mopé on WooCommerce
Seamlessly accept payments from any Mopé wallet on your web shop.
Requirements
- WordPress
- WooCommerce
- Mopé API Keys
Getting started
- Go to
WooCommerce
>Settings
>Payments
, then enableMopé Payment Gateway
- Click on
manage
to customize the gateway and provide your API keys
Bugs & Feature requests
If you’ve found a bug or have a feature request, you can create an issue
Manual installation
- Upload
mope.php
to the/wp-content/plugins/
directory - Activate the plugin through the ‘Plugins’ menu in WordPress
- Go to WooCommerce > Settings > Payments and enable Mopé Payment Gateway
- Then, click on
manage
to add customize the gateway and provide your API keys
Screenshots
Reviews
There are no reviews for this plugin.
Contributors & Developers
“Payment Gateway for Mopé on WooCommerce” is open source software. The following people have contributed to this plugin.
ContributorsTranslate “Payment Gateway for Mopé on WooCommerce” 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.4
- use change WC_API callback structure
- use $order->get_checkout_order_received_url() instead of hardcoded URL
1.0.3
- This fixes a regression caused by 1.0.2 which constantly caused requests to Mopé to error when issuing a payment request.
1.0.2
- Prevents a bug from showing up when the response from Mopé is non-200 when creating a payment request.
1.0.1
- Improve readme.txt file
- Add screenshots and plugin icon
1.0.0
- initial release