-
Eai galera tudo bem?
O que precisa ser feito para finalizar o package?
Abraços,
-
There is no option specify a TEST account?
In Iugu_APIRequest::request() I added forced
$data['mode'] = 'TEST';
before requestWithCURL and it works
Please add support
-
Add environment variable or instantiate the API_TOKEN. Currently this in config.py that deeply in inner install path.
Something:
token = os.environ["IUGU_API_TOKEN"]
or
client = IuguClass(token="XXX…
-
Conforme atendimento de número 782 do suporte Iugu.com não é possível alterar customer de uma assinatura, assim evitar o envio (uma request) desnecessário se o cliente da lib estiver alterando somente…
-
É possível via API fazer algo como cobrança recorrente mas sem necessidade de criação de planos? Algo como
``` ruby
subscription = Iugu::Subscription.new({
:payment_method => 'credit_card',
:card_num…
-
Uma ótima prática que o SDK pode seguir, é nunca fechar os arquivos .php com `?>`. Alguns editores inserem uma quebra de linha no final do arquivo automaticamente e isso pode fazer com que o PHP comec…
-
Can you explain how you did the social buttons at the footer of posts? ( I know how to install some plugin or add html to that ).
Trying to understand your line of thinking.
Nice work!!!
Getting ou…