Plugin Directory

Changeset 2910317


Ignore:
Timestamp:
05/09/2023 06:13:27 PM (3 years ago)
Author:
appmaxplataforma
Message:

correção qrcode pix

Location:
appmax/trunk
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • appmax/trunk/appmax-payments.php

    r2873080 r2910317  
    33 * Plugin Name: Appmax
    44 * Description: Maximize suas vendas com as opções de pagamento da Appmax.
    5  * Version: 1.0.1
     5 * Version: 1.0.2
    66 * License: GPLv2 or later
    77 * Author: Appmax
     
    2929    class Appmax_Payments
    3030    {
    31         const VERSION = '1.0.1';
     31        const VERSION = '1.0.2';
    3232
    3333        /**
  • appmax/trunk/readme.txt

    r2873080 r2910317  
    156156
    157157* Correções métodos de pagamento
     158
     159= 1.0.2 =
     160
     161* Correções qrcode pix
  • appmax/trunk/templates/views/checkout/pix/pix-payment.php

    r2864369 r2910317  
    1919        <div style="display: grid; place-items: center;">
    2020            <div>
    21                 <img src='data:image/png;base64,
    22                 <?php echo esc_attr($order->get_meta("_appmax_transaction_data")["post_payment"]["pix_qrcode"]); ?>' width="240">
     21                <img
     22                    src="data:image/png;base64,<?php echo esc_attr($order->get_meta('_appmax_transaction_data')['post_payment']['pix_qrcode']); ?>" width="240">
    2323                <p id="demo"></p>
    2424            </div>
Note: See TracChangeset for help on using the changeset viewer.