Changeset 2923021
- Timestamp:
- 06/07/2023 05:35:52 PM (3 years ago)
- Location:
- wc-multipay
- Files:
-
- 3 added
- 2 edited
-
assets/screenshot-1.png (added)
-
assets/screenshot-2.png (added)
-
assets/screenshot-3.png (added)
-
trunk/includes/wcClassMultiPayApi.php (modified) (1 diff)
-
trunk/readme.txt (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
wc-multipay/trunk/includes/wcClassMultiPayApi.php
r2921670 r2923021 185 185 'value' => $order->get_total(), 186 186 'cpf' => $document, 187 'nome' => $order->get_billing_first_name()." ".$order->get_billing_last_name(), 188 'email' => $order->get_billing_email(), 189 'telefone' => $cellphone, 187 190 'buyer' => $buyer 188 191 ); -
wc-multipay/trunk/readme.txt
r2922517 r2923021 89 89 == Screenshots == 90 90 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 91 1. Tela de Checkout 92 2. Tela de QRCode PIX 93 3. Tela de Comprovante de pagamento 96 94 97 95 == Changelog ==
Note: See TracChangeset
for help on using the changeset viewer.