Changeset 2529290
- Timestamp:
- 05/10/2021 07:44:57 PM (5 years ago)
- Location:
- appmax-woocommerce/trunk
- Files:
-
- 3 edited
-
appmax-woocommerce.php (modified) (2 diffs)
-
includes/class-awc-api.php (modified) (1 diff)
-
readme.txt (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
appmax-woocommerce/trunk/appmax-woocommerce.php
r2527462 r2529290 3 3 * Plugin Name: AppMax WooCommerce 4 4 * Description: Gateway de pagamento AppMax para WooCommerce. 5 * Version: 2.0.3 65 * Version: 2.0.37 6 6 * License: GPLv2 or later 7 7 * Author: AppMax Plataforma de Vendas Ltda … … 24 24 class AppMax_WC 25 25 { 26 const VERSION = '2.0.3 6';26 const VERSION = '2.0.37'; 27 27 28 28 /** -
appmax-woocommerce/trunk/includes/class-awc-api.php
r2527462 r2529290 207 207 return array( 208 208 '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 211 210 ); 212 211 } -
appmax-woocommerce/trunk/readme.txt
r2527462 r2529290 4 4 Requires at least: 4.0 5 5 Tested up to: 5.1 6 Stable tag: 2.0.3 66 Stable tag: 2.0.37 7 7 License: GPLv2 or later 8 8 License URI: http://www.gnu.org/licenses/gpl-2.0.html … … 117 117 == Changelog == 118 118 119 = 2.0.37 = 120 121 * Removendo parâmetro no header para conectar-se na API. 122 119 123 = 2.0.36 = 120 124
Note: See TracChangeset
for help on using the changeset viewer.