Changeset 3068704
- Timestamp:
- 04/10/2024 11:31:09 PM (2 years ago)
- Location:
- openpay-pse/trunk
- Files:
-
- 3 edited
-
openpay_pse.php (modified) (1 diff)
-
openpay_pse_gateway.php (modified) (1 diff)
-
readme.txt (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
openpay-pse/trunk/openpay_pse.php
r3039484 r3068704 5 5 * Plugin URI: http://www.openpay.mx/docs/plugins/woocommerce.html 6 6 * Description: Provides a PSE payment method with Openpay for WooCommerce. Compatible with WooCommerce 4.5.2 and Wordpress 5.5. 7 * Version: 1.7. 07 * Version: 1.7.1 8 8 * Author: Openpay 9 9 * Author URI: http://www.openpay.mx -
openpay-pse/trunk/openpay_pse_gateway.php
r3039484 r3068704 206 206 'order_id' => $this->order->get_id(), 207 207 'iva' => $this->iva, 208 'redirect_url' => $redirect_url 208 'redirect_url' => $redirect_url, 209 "origin_channel" => "PLUGIN_WOOCOMMERCE", 209 210 ); 210 211 -
openpay-pse/trunk/readme.txt
r3039484 r3068704 5 5 Tested up to: 6.4.3 6 6 Requires PHP: 5.6 7 Stable tag: 1.7. 07 Stable tag: 1.7.1 8 8 License: GNU General Public License v3.0 9 9 License URI: http://www.gnu.org/licenses/gpl-3.0.html
Note: See TracChangeset
for help on using the changeset viewer.