Examples of VISADadosAutorizacao


Examples of br.com.caelum.stella.gateway.visa.VISADadosAutorizacao

  }
 

  @Test
  public void testSolicitacaoDeAutorizacaoDePagamento() {
    VISADadosAutorizacao dadosAutorizacao = new VISASolicitaAutorizacaoPagamentoViaHttp(
        checkout, dadosConfiguracao).handle();
    Map<String,Object> fields = new HashMap<String, Object>();
    fields.put("tid",tid);
    fields.put("order",dadosAutorizacao.getOrder());
    fields.put("orderid",dadosAutorizacao.getOrderId());
    fields.put("free",dadosAutorizacao.getFree());
    fields.put("merchid",dadosConfiguracao.getNomeArquivoConfiguracao());
    fields.put("price",dadosAutorizacao.getValorFormatado());
    gerarPaginaDeTeste("post_visa_autorizacao.html",VISATipoSolicitacaoIntegracao.AUTORIZACAO,fields);

  }
View Full Code Here
TOP
Copyright © 2018 www.massapi.com. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.