Changeset 2785520
- Timestamp:
- 09/15/2022 06:03:04 PM (4 years ago)
- Location:
- unienvios/trunk
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
unienvios/trunk/api.php
r2768020 r2785520 36 36 ]; 37 37 38 39 38 40 $response = wp_remote_post($endpoint, $options); 41 42 // return $response; 43 // exit; 39 44 40 45 if (is_wp_error($response)) { -
unienvios/trunk/index.php
r2775084 r2785520 4 4 Plugin URI: https://unienvios.com.br/ 5 5 Description: Plugin de Entrega 6 Version: 1.4. 16 Version: 1.4.2 7 7 Author: Unienvios 8 8 Author URI: https://unienvios.com.br/ … … 47 47 $dados['senha'] = get_option('unienvios_options')['senha']; 48 48 $dados['cep'] = sanitize_text_field("03330000"); 49 $dados['cart_subtotal'] = sanitize_text_field( doubleval( 0) );49 $dados['cart_subtotal'] = sanitize_text_field( doubleval(150) ); 50 50 51 51 $dimensoes = [ 52 'estimate_height' => sanitize_text_field( doubleval( 0) ),53 'estimate_width' => sanitize_text_field( doubleval( 0) ),54 'estimate_length' => sanitize_text_field( doubleval( 0) ),55 'estimate_weight' => sanitize_text_field( doubleval( 0) ),52 'estimate_height' => sanitize_text_field( doubleval(15) ), 53 'estimate_width' => sanitize_text_field( doubleval(15) ), 54 'estimate_length' => sanitize_text_field( doubleval(15) ), 55 'estimate_weight' => sanitize_text_field( doubleval(15) ), 56 56 ]; 57 57 -
unienvios/trunk/readme.txt
r2775084 r2785520 5 5 Requires at least: 4.7 6 6 Tested up to: 5.8 7 Stable tag: 1.4. 17 Stable tag: 1.4.2 8 8 Requires PHP: 7.2 9 9 License: GPLv3 or later … … 86 86 * Opcao de dias adicionais 87 87 = 1.4.0 = 88 89 = 1.4.2 = 90 91 * Corrigido erro ao listar transportadoras.
Note: See TracChangeset
for help on using the changeset viewer.