Описание
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
Отзывы
Нет отзывов об этом плагине.
Участники и разработчики
«Payment Gateway for Mopé on WooCommerce» — проект с открытым исходным кодом. В развитие плагина внесли свой вклад следующие участники:
УчастникиПеревести «Payment Gateway for Mopé on WooCommerce» на ваш язык.
Заинтересованы в разработке?
Посмотрите код, проверьте SVN репозиторий, или подпишитесь на журнал разработки по RSS.
Журнал изменений
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