Skip to content

Commit

Permalink
Adição de método para cancelamento de intenção de venda, e adição de …
Browse files Browse the repository at this point in the history
…parâmetro para inserir senha técnica
  • Loading branch information
adrianolaselva committed Nov 4, 2016
1 parent 78e68ae commit 939420d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ $this->client = new \Integracao\ControlPay\Client([
ControlPayParameterConst::CONTROLPAY_DEFAULT_TERMINAL_ID => "",
ControlPayParameterConst::CONTROLPAY_DEFAULT_PRODUTO_ID => "",
ControlPayParameterConst::CONTROLPAY_DEFAULT_FORMA_PAGAMENTO_ID => "",
ControlPayParameterConst::CONTROLPAY_DEFAULT_FORMA_AGUARDA_TEF => "",
ControlPayParameterConst::CONTROLPAY_DEFAULT_SENHA_TECNICA => "",
]);

$vendaApi = new VendaAPI($client);
Expand Down

0 comments on commit 939420d

Please sign in to comment.