Plugin Directory

Changeset 2529290


Ignore:
Timestamp:
05/10/2021 07:44:57 PM (5 years ago)
Author:
appmaxplataforma
Message:

Removendo parâmetro no header para conectar-se na API.

Location:
appmax-woocommerce/trunk
Files:
3 edited

Legend:

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

    r2527462 r2529290  
    33 * Plugin Name: AppMax WooCommerce
    44 * Description: Gateway de pagamento AppMax para WooCommerce.
    5  * Version: 2.0.36
     5 * Version: 2.0.37
    66 * License: GPLv2 or later
    77 * Author: AppMax Plataforma de Vendas Ltda
     
    2424    class AppMax_WC
    2525    {
    26         const VERSION = '2.0.36';
     26        const VERSION = '2.0.37';
    2727
    2828        /**
  • appmax-woocommerce/trunk/includes/class-awc-api.php

    r2527462 r2529290  
    207207        return array(
    208208            'Content-Type' => 'application/json; charset=utf-8',
    209             'access-token' => $this->gateway->awc_api_key,
    210             'host' => $this->awc_get_host_domain(),
     209            'access-token' => $this->gateway->awc_api_key
    211210        );
    212211    }
  • appmax-woocommerce/trunk/readme.txt

    r2527462 r2529290  
    44Requires at least: 4.0
    55Tested up to: 5.1
    6 Stable tag: 2.0.36
     6Stable tag: 2.0.37
    77License: GPLv2 or later
    88License URI: http://www.gnu.org/licenses/gpl-2.0.html
     
    117117== Changelog ==
    118118
     119= 2.0.37 =
     120
     121* Removendo parâmetro no header para conectar-se na API.
     122
    119123= 2.0.36 =
    120124
Note: See TracChangeset for help on using the changeset viewer.