=== Paychoice === Contributors: paychoice Tags: paychoice, payment gateway, credit card, payment, gateway Requires at least: 3.0 Tested up to: 6.9.4 Stable tag: 1.1.0 License: GPLv2 or later License URI: http://www.gnu.org/licenses/gpl-2.0.html Accept credit card payments on your website with Paychoice. == Description == Paychoice is a simple, secure and affordable way to accept credit card payments online. This plugin allows you to easily add Paychoice payment gateway to your WordPress site. == Installation == 1. Download the plugin zip file and extract it. 2. Upload the `paychoice` folder to the `/wp-content/plugins/` directory. 3. Activate the plugin through the 'Plugins' menu in WordPress. 4. Go to WooCommerce > Settings > Payments, and configure the PayChoice payment method by entering your API credentials (provided by PayChoice) and choosing the appropriate settings. == Frequently Asked Questions == = How do I get the API credentials for PayChoice? = You can obtain your API credentials by registering for a merchant account on the PayChoice website. Once your account is created and approved, you can generate the API keys from the dashboard. = Does this plugin support refunds? = Yes, PayChoice supports both full and partial refunds directly from the WooCommerce order details page. Make sure your PayChoice account has refund capabilities enabled. = Is this plugin compatible with subscription payments? = Currently, this version of the plugin does not support subscription payments. However, we are working on adding this feature in future updates. == Upgrade Notice == = 1.0.0 = Initial release. Please test thoroughly before deploying to production. = 1.1.0 = - `onPaymentProcessing` is deprecated; `onPaymentSetup` is now used. - Updated default size for `wp.components.TextControl` to comply with WordPress 6.8+. - Added `__next40pxDefaultSize` prop to start opting into the new default size, which will become the default in a future version. == Source Code == The non-compressed source code for this plugin is available in our public repository. You can access it at the following link: [GitHub Repository](https://gitlab.com/paychoice-ecomm/wordpress) == Build Instructions == To build the plugin from the source code, follow these steps: 1. Clone the repository: ``` git clone https://gitlab.com/paychoice-ecomm/wordpress.git ``` 2. Install the dependencies: ``` npm install ``` 3. Build the JavaScript and CSS files: ``` npm run build ``` 4. The built files will be available in the `build` directory.