Changeset 2785567
- Timestamp:
- 09/15/2022 08:22:07 PM (4 years ago)
- Location:
- unienvios/trunk
- Files:
-
- 2 edited
-
index.php (modified) (2 diffs)
-
readme.txt (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
unienvios/trunk/index.php
r2785520 r2785567 4 4 Plugin URI: https://unienvios.com.br/ 5 5 Description: Plugin de Entrega 6 Version: 1.4. 26 Version: 1.4.3 7 7 Author: Unienvios 8 8 Author URI: https://unienvios.com.br/ … … 107 107 'zipcode_destiny' => $order->data['shipping']['postcode'], 108 108 'document_recipient' => $cpf ? $cpf : "00000000000000", 109 'name_recipient' => $order->data['shipping']['first_name'] ,109 'name_recipient' => $order->data['shipping']['first_name'].' '.$order->data['shipping']['last_name'], 110 110 'email_recipient' => $order->data['billing']['email'], 111 111 'phone_recipient' => $order->data['shipping']['phone'] ? $order->data['shipping']['phone'] : $order->data['billing']['phone'], -
unienvios/trunk/readme.txt
r2785520 r2785567 5 5 Requires at least: 4.7 6 6 Tested up to: 5.8 7 Stable tag: 1.4. 27 Stable tag: 1.4.3 8 8 Requires PHP: 7.2 9 9 License: GPLv3 or later … … 90 90 91 91 * Corrigido erro ao listar transportadoras. 92 93 = 1.4.3 = 94 95 * Enviar nome completo pra unienvios (Nome + Sobrenome)
Note: See TracChangeset
for help on using the changeset viewer.