Changeset 2910317
- Timestamp:
- 05/09/2023 06:13:27 PM (3 years ago)
- Location:
- appmax/trunk
- Files:
-
- 3 edited
-
appmax-payments.php (modified) (2 diffs)
-
readme.txt (modified) (1 diff)
-
templates/views/checkout/pix/pix-payment.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
appmax/trunk/appmax-payments.php
r2873080 r2910317 3 3 * Plugin Name: Appmax 4 4 * Description: Maximize suas vendas com as opções de pagamento da Appmax. 5 * Version: 1.0. 15 * Version: 1.0.2 6 6 * License: GPLv2 or later 7 7 * Author: Appmax … … 29 29 class Appmax_Payments 30 30 { 31 const VERSION = '1.0. 1';31 const VERSION = '1.0.2'; 32 32 33 33 /** -
appmax/trunk/readme.txt
r2873080 r2910317 156 156 157 157 * 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 19 19 <div style="display: grid; place-items: center;"> 20 20 <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"> 23 23 <p id="demo"></p> 24 24 </div>
Note: See TracChangeset
for help on using the changeset viewer.