Advertisement
Guest User

Untitled

a guest
Sep 23rd, 2014
145
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.75 KB | None | 0 0
  1. $fields = array(
  2. 'idConv' => $this->_getConvenioId(),
  3. 'refTran' => $this->_getRefTransacao(),
  4. 'valor' => $this->_getValor(),
  5. 'valorFloat' => $this->_getValorAsFloat(),
  6. 'dtVenc' => $this->_getDtVenc(),
  7. 'vencimento_as_date' => $this->_getDtVencAsDate(),
  8. 'tpPagamento' => $this->_getTpPagamento(),,
  9. 'urlRetorno' => urlencode("www.meusite.com.br"),
  10. 'urlInforma' => urlencode("www.meusite.com.br"),
  11. 'nome' => $this->_getNomeCliente(),
  12. 'endereco' => $this->_getEndereco(),
  13. 'cidade' => $this->_getCidade(),
  14. 'uf' => $this->_getUf(),
  15. 'cep' => $this->_getCEP(),
  16. 'msgLoja' => $this->_getMsgLoja(),
  17. 'order_id' => $this->_order->getId(),
  18. 'parcela' => $this->_getParcela(),
  19. );
  20.  
  21. 'cpf' => $this->_getCpf()
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement