Plugin Directory

Changeset 2923021


Ignore:
Timestamp:
06/07/2023 05:35:52 PM (3 years ago)
Author:
multifidelidade
Message:

init v1.0.0

Location:
wc-multipay
Files:
3 added
2 edited

Legend:

Unmodified
Added
Removed
  • wc-multipay/trunk/includes/wcClassMultiPayApi.php

    r2921670 r2923021  
    185185                    'value' => $order->get_total(),
    186186                    'cpf' => $document,
     187                    'nome' => $order->get_billing_first_name()." ".$order->get_billing_last_name(),
     188                    'email' => $order->get_billing_email(),
     189                    'telefone' => $cellphone,
    187190                    'buyer' => $buyer
    188191                );
  • wc-multipay/trunk/readme.txt

    r2922517 r2923021  
    8989== Screenshots ==
    9090
    91 1. This screen shot description corresponds to screenshot-1.(png|jpg|jpeg|gif). Note that the screenshot is taken from
    92 the /assets directory or the directory that contains the stable readme.txt (tags or trunk). Screenshots in the /assets
    93 directory take precedence. For example, `/assets/screenshot-1.png` would win over `/tags/4.3/screenshot-1.png`
    94 (or jpg, jpeg, gif).
    95 2. This is the second screen shot
     911. Tela de Checkout
     922. Tela de QRCode PIX
     933. Tela de Comprovante de pagamento
    9694
    9795== Changelog ==
Note: See TracChangeset for help on using the changeset viewer.