Jump to content

dev botao

  • Este tópico foi criado há 320 dias atrás.
  • Talvez seja melhor você criar um NOVO TÓPICO do que postar uma resposta aqui.

Recommended Posts

Posted (edited)

  if (DataModuleVendas.ClientDataSetFormasPagamentoVenda.FieldByName('cartao_credito').AsFloat <> 0) then
                begin
                  with pag.Add do //PAGAMENTOS apenas para NFC-e
                  begin
                    indPag    := ipPrazo;
                    tPag      := fpCartaoCredito;
                    xPag      := 'Cartao de Credito';
                    vPag      := DataModuleVendas.ClientDataSetFormasPagamentoVenda.FieldByName('cartao_credito').AsFloat;
                    dPag      := date;
                    tpIntegra := tiPagIntegrado; // 0 -tiNaoInformado / 1 - tiPagIntegrado /  2 - tiPagNaoIntegrado
                    CNPJPag   := '01248201000175';
                    UFPag     := 'SP';
                    tBand     := bcMasterCard;
                    CNPJReceb := '99999999999999';
                    idTermPag := '0001';
                    cAut      := '123456789';

                    {
                    (bcVisa, bcMasterCard, bcAmericanExpress, bcSorocred, bcDinersClub,
                        bcElo, bcHipercard, bcAura, bcCabal, bcAlelo, bcBanesCard,
                        bcCalCard, bcCredz, bcDiscover, bcGoodCard, bcGreenCard,
                        bcHiper, bcJcB, bcMais, bcMaxVan, bcPolicard, bcRedeCompras,
                        bcSodexo, bcValeCard, bcVerocheque, bcVR, bcTicket,
                        bcOutros);
                     }
                  end;
                end;

pode ria me ajudar

 

Edited by elsofernandes
  • elsofernandes changed the title to Não está aparecendo e nem dando rejeição quando coloco dados dos meio de pagamento
  • Este tópico foi criado há 320 dias atrás.
  • Talvez seja melhor você criar um NOVO TÓPICO do que postar uma resposta aqui.

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.