=== iwocaPay Payment Gateway ===
Contributors: iwocapay
Tags: woocommerce, bnpl, payment request
License: GPLv3
License URI: https://www.gnu.org/licenses/gpl-3.0.html
Tested up to: 6.3
Stable Tag: 0.19

Add iwocaPay as a payment option to your WooCommerce checkout flow.

== Installation ==
Installation is just a few simple steps:
* Add the plugin to your wordpress installation. You can either do this by finding the plugin in your installation, or downloading here and uploading as a zip.
* Make sure the plugin is activated
* Head over to WooCommerce -> Settings -> Payments, and configure add the relevant configurations
* On the same page, check \"Enabled\" to enable iwocaPay in your checkout flow.
* Be sure to save your changes at the bottom of the form!

== Screenshots ==

1. The admin page where you can configure the iwocaPay payment gateway
2. The iwocaPay payment gateway in an example checkout flow

== Changelog ==
0.19 (2023-03-05)
- Increase PAY_LATER_MAXIMUM to 30,000 for pay_later only payment mode

0.18 (2023-03-04)
- Fix icon filter which caused crash when other gateways installed

0.17 (2023-09-28)
- Updated dependency `wpackagist-plugin/woocommerce` to `8.1.1`
- Updated `php` platform version to `8.0.30`
- Added protection to only run `filter_payment_gateway` on non admin pages
- Fixed bug where code referenced payment option before it was enabled
