=== ONVO Pay === Contributors: onvopay Tags: woocommerce, onvopay, payments, ecommerce, e-commerce, store, sales, sell, shop, shopping, cart, checkout Requires at least: 4.0 Tested up to: 6.0 Requires PHP: 7.1 Stable tag: 0.2.2 License: GPLv2 License URI: http://www.gnu.org/licenses/gpl-2.0.html == Description == ONVO Pay es una solución integrada de pagos en línea que ayuda a los comercios a vender más y mejor, mientras optimiza la experiencia de compra de los clientes. Sus principales características son: * Habilita pagos por tarjetas de crédito y débito, así como transferencias bancarias (SINPE y SINPE Móvil). * No genera redireccionamiento ni requiere comprobantes. * Cuenta con la certificación PCI DSS, la normativa internacional de seguridad que deben cumplir todas las entidades que almacenan, procesan o transmiten datos de tarjetas. * Los clientes pueden elegir guardar su información de pago para compras futuras de un solo clic. * Toda la data transaccional se integra en un panel de fácil navegación, diseñado acorde con las mejores prácticas de usabilidad y experiencia de usuario. == Installation == = Modern way = 1. Go to the WordPress Dashboard “Add New Plugin” section. 2. Search For “ONVOpay”. 3. Install, then Activate it. 4. Go to the onvopay.com to get the secret and public keys. 4. Click on onvopay settings or go to WooCommerce settings > payments > click on onvopay. 5. Paste the API Keys in the respective fields. 6. Start collecting payments. = Old way = 1. Upload onvopay to the /wp-content/plugins/ directory 2. Activate the plugin through the ‘Plugins’ menu in WordPress 3. Go to the onvopay.com to get the secret and public keys. 4. Click on onvopay settings or go to WooCommerce settings > payments > click on onvopay. 5. Paste the API Keys in the respective fields. 6. Start collecting payments. == Screenshots == 1. The settings panel used to configure the gateway. 2. Normal checkout with ONVO Pay. 3. Checkout ONVO Pay options. == Changelog == = 0.0.1 = * Initial release. = 0.0.2 = * error infinite loop fix = 0.0.3 = * display errors from js to wp * set order failure when an error happen = 0.0.4 = * fix JS issue = 0.0.5 = * Update payment intent if the cart total changes = 0.0.6 = * Fix subscription builder class error, missing function param = 0.0.7 = * Fix a error when a subscription product is created for first time * Fix a PHP8 compatibility issue = 0.0.8 = * Update descriptions = 0.0.9 = * Trigger payment events on checkout page only * Adding error handling for non supported currencies * Adding error message when a non supported currency is in place = 0.0.10 = * Find for `order_ready` mute error by matching text insted of using classes * Cast package dimensions from string to float * Do not trigger payment events on `thank you` pge = 0.1.0 = * Woocommerce subscriptions enabled = 0.2.0 = * ONVO one-click shopper autofill = 0.2.1 = * Add mssing files to fix fatal error = 0.2.2 = * Fix a general error