Changeset 2976720
- Timestamp:
- 10/10/2023 12:36:02 AM (2 years ago)
- Location:
- clearsale-total/trunk
- Files:
-
- 5 edited
-
CHANGELOG.md (modified) (1 diff)
-
README.txt (modified) (1 diff)
-
clearsale-total.php (modified) (2 diffs)
-
includes/class-clearsale-total-api.php (modified) (1 diff)
-
public/js/clearsale-total-public.js (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
clearsale-total/trunk/CHANGELOG.md
r2971562 r2976720 1 ## [3.0.19] - 2023-10-06 2 3 ### Added 4 - Método PaylPal mas sem dados de cartão. 5 6 1 7 ## [3.0.18] - 2023-09-20 2 8 -
clearsale-total/trunk/README.txt
r2974489 r2976720 5 5 Requires at least: 4.4 6 6 Tested up to: 6.3 7 Stable tag: 3.0.1 87 Stable tag: 3.0.19 8 8 Requires PHP: 5.6 9 9 License: GPLv2 or later -
clearsale-total/trunk/clearsale-total.php
r2971562 r2976720 18 18 * Plugin URI: https://api.clearsale.com.br/docs/plugins/wooCommerce/totalTotalGarantidoApplication 19 19 * Description: Integração da loja WooCommerce e a ClearSale Total. Segurança para suas vendas. 20 * Version: 3.0.1 820 * Version: 3.0.19 21 21 * Author: ClearSale 22 22 * Author URI: https://br.clear.sale … … 58 58 * Rename this for your plugin and update it as you release new versions. 59 59 */ 60 define('CLEARSALE_TOTAL_VERSION', '3.0.1 8');60 define('CLEARSALE_TOTAL_VERSION', '3.0.19'); 61 61 62 62 /** -
clearsale-total/trunk/includes/class-clearsale-total-api.php
r2971562 r2976720 804 804 } 805 805 } 806 if ("paypal-brasil-plus-gateway" === $order_data['payment_method']) { 807 $tipo_pgto = $this->Tipo_pagamento("credito"); 808 //$cartao['modo'] = ""; 809 // sem postmeta, sem dados via ajax, usa iframe. 810 } 806 811 807 812 if ($cartao['modo']) $tipo_pgto = $this->Tipo_pagamento($cartao['modo']); // vindo do ajax tem cartao do Pagseguro -
clearsale-total/trunk/public/js/clearsale-total-public.js
r2971562 r2976720 241 241 metodo = 8; 242 242 } 243 243 if (checked_is == "paypal-brasil-plus-gateway") { 244 console.log("paypal-brasil-plus-gateway"); 245 metodo = 10; 246 } 244 247 } 245 248 if (metodo == 4) { … … 296 299 } 297 300 } // end of if =8 298 301 if (metodo == 10) { 302 console.log("Ajax:ClearSale:place_order: é paypal"); 303 // nada a fazer, tem iframe 304 } // end of if =10 299 305 if (metodo == null) { 300 306 console.log("nada recuperado via ajax! saindo...");
Note: See TracChangeset
for help on using the changeset viewer.