Changeset 3421438
- Timestamp:
- 12/16/2025 10:40:53 PM (4 months ago)
- Location:
- clearsale-total
- Files:
-
- 1 deleted
- 5 edited
- 17 copied
-
tags/3.2.2 (copied) (copied from clearsale-total/trunk)
-
tags/3.2.2/CHANGELOG.md (copied) (copied from clearsale-total/trunk/CHANGELOG.md) (1 diff)
-
tags/3.2.2/README.txt (copied) (copied from clearsale-total/trunk/README.txt) (4 diffs)
-
tags/3.2.2/admin/class-clearsale-total-admin.php (copied) (copied from clearsale-total/trunk/admin/class-clearsale-total-admin.php)
-
tags/3.2.2/clearsale-total.php (copied) (copied from clearsale-total/trunk/clearsale-total.php) (2 diffs)
-
tags/3.2.2/includes/class-clearsale-total-activator.php (copied) (copied from clearsale-total/trunk/includes/class-clearsale-total-activator.php)
-
tags/3.2.2/includes/class-clearsale-total-ajax.php (copied) (copied from clearsale-total/trunk/includes/class-clearsale-total-ajax.php)
-
tags/3.2.2/includes/class-clearsale-total-api.php (copied) (copied from clearsale-total/trunk/includes/class-clearsale-total-api.php) (2 diffs)
-
tags/3.2.2/includes/class-clearsale-total-checkout.php (copied) (copied from clearsale-total/trunk/includes/class-clearsale-total-checkout.php) (1 diff)
-
tags/3.2.2/includes/class-clearsale-total-deactivator.php (copied) (copied from clearsale-total/trunk/includes/class-clearsale-total-deactivator.php)
-
tags/3.2.2/includes/class-clearsale-total-extrafields.php (copied) (copied from clearsale-total/trunk/includes/class-clearsale-total-extrafields.php)
-
tags/3.2.2/includes/class-clearsale-total-footer.php (copied) (copied from clearsale-total/trunk/includes/class-clearsale-total-footer.php)
-
tags/3.2.2/includes/class-clearsale-total-requirements.php (copied) (copied from clearsale-total/trunk/includes/class-clearsale-total-requirements.php)
-
tags/3.2.2/includes/class-clearsale-total-status.php (copied) (copied from clearsale-total/trunk/includes/class-clearsale-total-status.php)
-
tags/3.2.2/includes/class-clearsale-total.php (copied) (copied from clearsale-total/trunk/includes/class-clearsale-total.php)
-
tags/3.2.2/includes/index.php (copied) (copied from clearsale-total/trunk/includes/index.php)
-
tags/3.2.2/public/js/clearsale-total-public-txt.php (deleted)
-
tags/3.2.2/public/js/clearsale-total-public.js (copied) (copied from clearsale-total/trunk/public/js/clearsale-total-public.js)
-
trunk/CHANGELOG.md (modified) (1 diff)
-
trunk/README.txt (modified) (4 diffs)
-
trunk/clearsale-total.php (modified) (2 diffs)
-
trunk/includes/class-clearsale-total-api.php (modified) (2 diffs)
-
trunk/includes/class-clearsale-total-checkout.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
clearsale-total/tags/3.2.2/CHANGELOG.md
r3347798 r3421438 1 ## [3.2.2] - 2025-09-19 2 3 ### Fixed 4 - Pedido feito pelo admin em algumas instalações não pegávamos o billing_cpf pelo postmeta só pelo order->get_meta 5 - Caso não tenha o billing_phone pegamos o billing_cellphone 6 7 1 8 ## [3.2.1] - 2025-07-15 2 9 -
clearsale-total/tags/3.2.2/README.txt
r3347798 r3421438 4 4 Tags: fraud, fraud protection, prevent fake orders, e-commerce, woocommerce, sell, store, loja virtual, shop, clearsale, antifraude, análise por inteligência artificial, equipe de detecção de fraude, cartão de crédito 5 5 Requires at least: 5.0 6 Tested up to: 6. 87 Stable tag: 3.2. 16 Tested up to: 6.9 7 Stable tag: 3.2.2 8 8 Requires PHP: 5.6 9 9 License: GPLv2 or later … … 11 11 12 12 Integração do WooCommerce com a ClearSale. 13 testado: wordpress 6. 814 woocommerce 10. 113 testado: wordpress 6.9 14 woocommerce 10.4 15 15 Requisitos: 16 16 php 5.6 ou maior … … 81 81 82 82 == Changelog == 83 ## [3.2.2] - 2025-09-19 84 85 ### Fixed 86 - Pedido feito pelo admin em algumas instalações não pegávamos o billing_cpf pelo postmeta só pelo order->get_meta 87 - Caso não tenha o billing_phone pegamos o billing_cellphone 88 89 83 90 ## [3.2.1] - 2025-07-15 84 91 … … 97 104 98 105 ### Added 99 - Adicionado método Virtuaria PagBank 3. 5.3- Boleto, PIX e crédito com dados de cartão106 - Adicionado método Virtuaria PagBank 3.6.0 - Boleto, PIX e crédito com dados de cartão 100 107 101 108 ## Fixed -
clearsale-total/tags/3.2.2/clearsale-total.php
r3347798 r3421438 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.2. 120 * Version: 3.2.2 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.2. 1');60 define('CLEARSALE_TOTAL_VERSION', '3.2.2'); 61 61 62 62 /** -
clearsale-total/tags/3.2.2/includes/class-clearsale-total-api.php
r3347798 r3421438 628 628 $cep = preg_replace("/[^0-9]/", "", $order_data['billing']['postcode']); 629 629 $tmp = $order_data['billing']['phone']; 630 if (strlen($tmp) <= 0) { 631 $tmp = $order->get_meta('_billing_cellphone'); 632 } 630 633 $telefone = (int) $this->dddTel($tmp); 631 634 $ddd = (int) $this->dddTel($tmp, "ddd"); … … 880 883 } 881 884 if ($virt_paymode == "CREDIT_CARD") $tipo_pgto = 1; 882 $this->wl->write_log("Monta_pedido: Virtuaria-PagBank. payment_metod=" . $order_data['payment_method'] . " payment_mode=" .885 $this->wl->write_log("Monta_pedido: Virtuaria-PagBank. payment_metod=" . $order_data['payment_method'] . " payment_mode=" . 883 886 $virt_paymode . " Tipo_pagamento=" . $tipo_pgto); 884 887 } -
clearsale-total/tags/3.2.2/includes/class-clearsale-total-checkout.php
r3347798 r3421438 292 292 $tmp_data = get_post_meta($order_id, '_billing_cnpj', true); 293 293 if (!$tmp_data) { 294 $wl->write_log("Clearsale_Total_Checkout:SendOrder: Sem # documento, cs_doc, _billing cpf e cnpj"); 294 $tmp_data = $order->get_meta('_billing_cpf'); 295 if (!$tmp_data) { 296 $tmp_data = $order->get_meta('_billing_cnpj'); 297 if (!$tmp_data) { 298 $wl->write_log("Clearsale_Total_Checkout:SendOrder: Sem # documento, cs_doc, _billing cpf e cnpj"); 299 } else { 300 $cs_doc = $tmp_data; 301 } 302 } else { 303 $cs_doc = $tmp_data; 304 } 295 305 } else { 296 306 $cs_doc = $tmp_data; -
clearsale-total/trunk/CHANGELOG.md
r3347798 r3421438 1 ## [3.2.2] - 2025-09-19 2 3 ### Fixed 4 - Pedido feito pelo admin em algumas instalações não pegávamos o billing_cpf pelo postmeta só pelo order->get_meta 5 - Caso não tenha o billing_phone pegamos o billing_cellphone 6 7 1 8 ## [3.2.1] - 2025-07-15 2 9 -
clearsale-total/trunk/README.txt
r3347798 r3421438 4 4 Tags: fraud, fraud protection, prevent fake orders, e-commerce, woocommerce, sell, store, loja virtual, shop, clearsale, antifraude, análise por inteligência artificial, equipe de detecção de fraude, cartão de crédito 5 5 Requires at least: 5.0 6 Tested up to: 6. 87 Stable tag: 3.2. 16 Tested up to: 6.9 7 Stable tag: 3.2.2 8 8 Requires PHP: 5.6 9 9 License: GPLv2 or later … … 11 11 12 12 Integração do WooCommerce com a ClearSale. 13 testado: wordpress 6. 814 woocommerce 10. 113 testado: wordpress 6.9 14 woocommerce 10.4 15 15 Requisitos: 16 16 php 5.6 ou maior … … 81 81 82 82 == Changelog == 83 ## [3.2.2] - 2025-09-19 84 85 ### Fixed 86 - Pedido feito pelo admin em algumas instalações não pegávamos o billing_cpf pelo postmeta só pelo order->get_meta 87 - Caso não tenha o billing_phone pegamos o billing_cellphone 88 89 83 90 ## [3.2.1] - 2025-07-15 84 91 … … 97 104 98 105 ### Added 99 - Adicionado método Virtuaria PagBank 3. 5.3- Boleto, PIX e crédito com dados de cartão106 - Adicionado método Virtuaria PagBank 3.6.0 - Boleto, PIX e crédito com dados de cartão 100 107 101 108 ## Fixed -
clearsale-total/trunk/clearsale-total.php
r3347798 r3421438 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.2. 120 * Version: 3.2.2 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.2. 1');60 define('CLEARSALE_TOTAL_VERSION', '3.2.2'); 61 61 62 62 /** -
clearsale-total/trunk/includes/class-clearsale-total-api.php
r3347798 r3421438 628 628 $cep = preg_replace("/[^0-9]/", "", $order_data['billing']['postcode']); 629 629 $tmp = $order_data['billing']['phone']; 630 if (strlen($tmp) <= 0) { 631 $tmp = $order->get_meta('_billing_cellphone'); 632 } 630 633 $telefone = (int) $this->dddTel($tmp); 631 634 $ddd = (int) $this->dddTel($tmp, "ddd"); … … 880 883 } 881 884 if ($virt_paymode == "CREDIT_CARD") $tipo_pgto = 1; 882 $this->wl->write_log("Monta_pedido: Virtuaria-PagBank. payment_metod=" . $order_data['payment_method'] . " payment_mode=" .885 $this->wl->write_log("Monta_pedido: Virtuaria-PagBank. payment_metod=" . $order_data['payment_method'] . " payment_mode=" . 883 886 $virt_paymode . " Tipo_pagamento=" . $tipo_pgto); 884 887 } -
clearsale-total/trunk/includes/class-clearsale-total-checkout.php
r3347798 r3421438 292 292 $tmp_data = get_post_meta($order_id, '_billing_cnpj', true); 293 293 if (!$tmp_data) { 294 $wl->write_log("Clearsale_Total_Checkout:SendOrder: Sem # documento, cs_doc, _billing cpf e cnpj"); 294 $tmp_data = $order->get_meta('_billing_cpf'); 295 if (!$tmp_data) { 296 $tmp_data = $order->get_meta('_billing_cnpj'); 297 if (!$tmp_data) { 298 $wl->write_log("Clearsale_Total_Checkout:SendOrder: Sem # documento, cs_doc, _billing cpf e cnpj"); 299 } else { 300 $cs_doc = $tmp_data; 301 } 302 } else { 303 $cs_doc = $tmp_data; 304 } 295 305 } else { 296 306 $cs_doc = $tmp_data;
Note: See TracChangeset
for help on using the changeset viewer.