Changeset 3145308
- Timestamp:
- 09/02/2024 12:14:41 PM (19 months ago)
- Location:
- integrar-getnet-con-woo
- Files:
-
- 5 added
- 2 edited
-
tags/0.1.4 (added)
-
tags/0.1.4/img (added)
-
tags/0.1.4/img/logos-tarjetas.png (added)
-
tags/0.1.4/readme.txt (added)
-
tags/0.1.4/wanderlust-getnet.php (added)
-
trunk/readme.txt (modified) (2 diffs)
-
trunk/wanderlust-getnet.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
integrar-getnet-con-woo/trunk/readme.txt
r3129593 r3145308 5 5 Requires at least: 5.0 6 6 Tested up to: 6.6.2 7 Stable tag: 0.1. 37 Stable tag: 0.1.4 8 8 License: GPLv2 or later 9 9 License URI: http://www.gnu.org/licenses/gpl-2.0.html … … 113 113 * Compatibilidad con Woo 9.2.x 114 114 115 = 0.1.4 = 116 117 * Fix para cupones 118 115 119 116 120 == Upgrade Notice == -
integrar-getnet-con-woo/trunk/wanderlust-getnet.php
r3129593 r3145308 6 6 * Author: Getnet Argentina 7 7 * Author URI: https://globalgetnet.com.ar/ 8 * Version: 0.1. 39 * WC tested up to: 9.2. 08 * Version: 0.1.4 9 * WC tested up to: 9.2.1 10 10 * Text Domain: wc-gateway-getnet 11 11 * Domain Path: /i18n/languages/ … … 144 144 } 145 145 146 }147 148 149 if ($descuentos > 1) {150 $descuentos = wc_format_decimal($descuentos, 2);151 $descuentos = str_replace(".", "", $descuentos);152 153 $productos[] = [154 "id" => 1,155 "name" => "Descuento",156 "unitPrice" => [157 "currency" => "032",158 "amount" => -$descuentos,159 ],160 "quantity" => 1,161 ];162 146 } 163 147
Note: See TracChangeset
for help on using the changeset viewer.