=== WoocommerceAtos === Contributors: chtipepere Tags: Woocommerce, Payment Gateway, Atos, Cartes Bancaires Requires at least: 4.0.1 Tested up to: 4.4.2 Stable tag: 1.2.4 License: Apache License 2.0 License URI: http://www.apache.org/licenses/LICENSE-2.0 Handles Atos payment for Woocommerce plugin. == Description == Handles Atos payment in Woocommerce, credit card payment for french banks. https://github.com/chtipepere/woocommerceAtosPlugin == Installation == Depending on your web server, copy the correct binary files on your server. If you are on Linux, and want to know if you run 32 or 64 bits, just type: getconf LONG_BIT For these binaries, don't forget to add execution rights. chmod +x Put your params files too on your web server. To use the credit cards logos given with this plugin, change images path in your param/pathfile. D_LOGO!/wp-content/plugins/woocommerceAtos/images/! Take a look at the examples atos files provided with this plugin to put the correct values in **YOUR** param files. **Automatic response** Create a page that contains shortcode above and fill the automatic_response_url field in admin. [woocommerce_atos_automatic_response] See https://github.com/chtipepere/woocommerceAtosPlugin == Screenshots == 1. Backoffice options 2. Gateway choices 3. Pick your card and pay == Changelog == = 1.2.4 = * Fix regression (https://github.com/chtipepere/woocommerceAtosPlugin/issues/15) = 1.2.3 = * Fix php Warning (https://github.com/chtipepere/woocommerceAtosPlugin/issues/14) = 1.2.2 = * Add logo_id1 (https://github.com/chtipepere/woocommerceAtosPlugin/issues/4) = 1.2.1 = * Fix fatal error (https://github.com/chtipepere/woocommerceAtosPlugin/issues/6) * Fix some code styles = 1.2.0 = * Fix payment status (https://github.com/chtipepere/woocommerceAtosPlugin/issues/5) * Refacto some code = 1.1.1 = * Fix issue in admin = 1.1 = * Fix variable name * Compatible with php 5.3 * Increase compatibility = 1.0 = * Initial version == Woocommerce Compatibility == Requires at least: 2.3.5 Tested up to: 2.3.7 == Credits == Based on http://thomasdt.com