Plugin Directory

Changeset 2539051


Ignore:
Timestamp:
05/28/2021 12:14:44 PM (5 years ago)
Author:
devabbiamo
Message:

Deploy version 0.0.5

Location:
abbiamo-shipping
Files:
191 added
2 edited

Legend:

Unmodified
Added
Removed
  • abbiamo-shipping/trunk/readme.txt

    r2538670 r2539051  
    3636== Changelog ==
    3737
    38 = 1.0.0 =
     38= 0.0.5 =
    3939* Corrigido problema do amount quando é adicionado valor com mais de 2 casa decimais
     40* Corrigido problema de host não encontrado
    4041
    4142= 0.0.4 =
     
    4647== Upgrade Notice ==
    4748
    48 = 1.0.0 =
    49 * Lançado versão 1.0.0 do plugin
     49= 0.0.5 =
     50* Corrigido problema do amount quando é adicionado valor com mais de 2 casa decimais
     51* Corrigido problema de host não encontrado
    5052
    5153= 0.0.4 =
  • abbiamo-shipping/trunk/src/Http/AbbiamoHttpHandler.php

    r2538670 r2539051  
    1212
    1313class AbbiamoHttpHandler {
    14   private const OAUTH_URL = 'https://oauth.abbiamolog.com/auth/gentoken';
    15   private const SHIPPING_URL = 'https://shipping.abbiamolog.com/shipping';
    16   private const ORDER_URL = 'https://api.abbiamolog.com/v1/order';
    17   private const ORDER_SANDBOX_URL = 'https://sandbox-api.abbiamolog.com/v1/order';
     14  private const OAUTH_URL = 'https://9ke2hmv7vg.execute-api.us-east-1.amazonaws.com/prod/auth/gentoken';
     15  private const SHIPPING_URL = 'https://dlah3ejgyf.execute-api.us-east-1.amazonaws.com/prod/shipping';
     16  private const ORDER_URL = 'https://lqwrlnop9b.execute-api.us-east-1.amazonaws.com/prod/v1/order';
     17  private const ORDER_SANDBOX_URL = 'https://8m9qargprc.execute-api.us-east-1.amazonaws.com/sandbox/v1/order';
    1818
    1919  public function __construct() {
Note: See TracChangeset for help on using the changeset viewer.