Plugin Directory

Changeset 2785567


Ignore:
Timestamp:
09/15/2022 08:22:07 PM (4 years ago)
Author:
lucascreativecode
Message:

Enviar nome e sobrenome para a unienvios

Location:
unienvios/trunk
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • unienvios/trunk/index.php

    r2785520 r2785567  
    44Plugin URI: https://unienvios.com.br/
    55Description: Plugin de Entrega
    6 Version: 1.4.2
     6Version: 1.4.3
    77Author: Unienvios
    88Author URI: https://unienvios.com.br/
     
    107107            'zipcode_destiny' => $order->data['shipping']['postcode'],
    108108            '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'],
    110110            'email_recipient' => $order->data['billing']['email'],
    111111            'phone_recipient' => $order->data['shipping']['phone'] ? $order->data['shipping']['phone'] : $order->data['billing']['phone'],
  • unienvios/trunk/readme.txt

    r2785520 r2785567  
    55Requires at least: 4.7
    66Tested up to: 5.8
    7 Stable tag: 1.4.2
     7Stable tag: 1.4.3
    88Requires PHP: 7.2
    99License: GPLv3 or later
     
    9090
    9191* 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.