Changeset 2702868
- Timestamp:
- 03/31/2022 06:43:49 PM (4 years ago)
- Location:
- switchpay-pagamentos/trunk
- Files:
-
- 3 edited
-
includes/SwitchPayGateway.php (modified) (1 diff)
-
readme.txt (modified) (2 diffs)
-
switchpay-woocommerce.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
switchpay-pagamentos/trunk/includes/SwitchPayGateway.php
r2697811 r2702868 163 163 164 164 165 $barcode = sanitize_text_field($response[' barcode']);165 $barcode = sanitize_text_field($response['paymentMethod']["barcode"]); 166 166 $url = sanitize_text_field($response['url']); 167 $qrCode_code = sanitize_text_field($response[' qrCode']["code"]);168 $qrCode_image = sanitize_text_field($response[' qrCode']["image"]);167 $qrCode_code = sanitize_text_field($response['paymentMethod']["qrCode"]); 168 $qrCode_image = sanitize_text_field($response['paymentMethod']["image"]); 169 169 update_post_meta($order_id, 'TYPE_PAYMENT', $payment ?? 'boleto'); 170 170 update_post_meta($order_id, 'BARCODE', $barcode ?? null); -
switchpay-pagamentos/trunk/readme.txt
r2701512 r2702868 5 5 Tested up to: 5.9 6 6 Requires PHP: 7.2 7 Stable tag: 1.0. 67 Stable tag: 1.0.7 8 8 License: GPLv2 or later 9 9 License URI: http://www.gnu.org/licenses/gpl-2.0.html … … 94 94 == Changelog == 95 95 96 = 1.0.7 - 2022/03/30 = 97 98 - Correção da visualização do boleto e Qrcode Pix. 99 96 100 = 1.0.6 - 2022/03/29 = 97 101 -
switchpay-pagamentos/trunk/switchpay-woocommerce.php
r2701512 r2702868 5 5 * Plugin URI: https://wordpress.org/plugins/switchpay-pagamentos 6 6 * Description: A SwitchPay é a melhor forma de receber pagamentos online na modalidade de cartão de crédito e boleto bancário, sendo possível o cliente fazer todo o pagamento sem sair da sua loja WooCommerce de forma rápida, fácil e prática! 7 * Version: 1.0. 67 * Version: 1.0.7 8 8 * Requires at least: 5.2 9 9 * Requires PHP: 7.2
Note: See TracChangeset
for help on using the changeset viewer.