Plugin Directory

Changeset 2708198


Ignore:
Timestamp:
04/11/2022 07:03:21 PM (4 years ago)
Author:
switchpaybrasil
Message:

pix fix

Location:
switchpay-pagamentos/trunk
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • switchpay-pagamentos/trunk/includes/SwitchPayGateway.php

    r2708192 r2708198  
    66        $this->id = 'SwitchPayGateway';
    77        $this->icon = "";
    8         $this->title = "Cartão de Crédito";
     8        $this->title = "Gateway SwitchPay";
    99        $this->method_title = "SwitchPay";
    1010        $this->method_description  = "A SwitchPay é a melhor forma de receber pagamentos online";
     
    166166        $url = sanitize_text_field($response['paymentMethod']['boleto']["url"]);
    167167        $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"]);
    169169        update_post_meta($order_id, 'TYPE_PAYMENT', $payment ?? 'boleto');
    170170        update_post_meta($order_id, 'BARCODE', $barcode ?? null);
  • switchpay-pagamentos/trunk/readme.txt

    r2708192 r2708198  
    55Tested up to: 5.9
    66Requires PHP: 7.2
    7 Stable tag: 1.0.8
     7Stable tag: 1.0.9
    88License: GPLv2 or later
    99License URI: http://www.gnu.org/licenses/gpl-2.0.html
     
    9494== Changelog ==
    9595
     96= 1.0.9 - 2022/04/11 =
     97
     98- Qrcode Pix.
     99
    96100= 1.0.8 - 2022/04/11 =
    97101
  • switchpay-pagamentos/trunk/switchpay-woocommerce.php

    r2708192 r2708198  
    55 * Plugin URI:  https://wordpress.org/plugins/switchpay-pagamentos     
    66 * 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.8
     7 * Version: 1.0.9
    88 * Requires at least: 5.2
    99 * Requires PHP: 7.2
Note: See TracChangeset for help on using the changeset viewer.