Changeset 2708198
- Timestamp:
- 04/11/2022 07:03:21 PM (4 years ago)
- Location:
- switchpay-pagamentos/trunk
- Files:
-
- 3 edited
-
includes/SwitchPayGateway.php (modified) (2 diffs)
-
readme.txt (modified) (2 diffs)
-
switchpay-woocommerce.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
switchpay-pagamentos/trunk/includes/SwitchPayGateway.php
r2708192 r2708198 6 6 $this->id = 'SwitchPayGateway'; 7 7 $this->icon = ""; 8 $this->title = " Cartão de Crédito";8 $this->title = "Gateway SwitchPay"; 9 9 $this->method_title = "SwitchPay"; 10 10 $this->method_description = "A SwitchPay é a melhor forma de receber pagamentos online"; … … 166 166 $url = sanitize_text_field($response['paymentMethod']['boleto']["url"]); 167 167 $qrCode_code = sanitize_text_field($response['paymentMethod']["qrCode"]); 168 $qrCode_image = sanitize_text_field($response['paymentMethod'][" image"]);168 $qrCode_image = sanitize_text_field($response['paymentMethod']["qrCodeImage"]); 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
r2708192 r2708198 5 5 Tested up to: 5.9 6 6 Requires PHP: 7.2 7 Stable tag: 1.0. 87 Stable tag: 1.0.9 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.9 - 2022/04/11 = 97 98 - Qrcode Pix. 99 96 100 = 1.0.8 - 2022/04/11 = 97 101 -
switchpay-pagamentos/trunk/switchpay-woocommerce.php
r2708192 r2708198 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. 87 * Version: 1.0.9 8 8 * Requires at least: 5.2 9 9 * Requires PHP: 7.2
Note: See TracChangeset
for help on using the changeset viewer.