Sha256: 6ff99f7e41b199581dc93b54d9286b307daa628957cf8b3fb789b1ea6950fda3

Contents?: true

Size: 876 Bytes

Versions: 5

Compression:

Stored size: 876 Bytes

Contents

<?xml version="1.0" encoding="utf-8"?>
<soap:Envelope xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/">
  <soap:Body>
    <SaveCreditCard xmlns="http://www.cartaoprotegido.com.br/WebService/">
      <saveCreditCardRequestWS>
        <MerchantKey><%= merchant_id %></MerchantKey>
        <CustomerIdentification><%= customer.cpf%></CustomerIdentification>
        <CustomerName><%= customer.name %></CustomerName>
        <CardHolder><%= credit_card.holder_name %></CardHolder>
        <CardNumber><%= credit_card.number %></CardNumber>
        <CardExpiration><%= credit_card.year + credit_card.month %></CardExpiration>
        <JustClickAlias><%= creditcard_alias%></JustClickAlias>
      </saveCreditCardRequestWS>
    </SaveCreditCard>
  </soap:Body>
</soap:Envelope>

Version data entries

5 entries across 5 versions & 1 rubygems

Version Path
braspag-pagador-1.0.1 lib/braspag-pagador/templates/justclick/archive.xml.erb
braspag-pagador-1.0.0 lib/braspag-pagador/templates/justclick/archive.xml.erb
braspag-pagador-0.9.6 lib/braspag-pagador/templates/justclick/archive.xml.erb
braspag-pagador-0.9.5 lib/braspag-pagador/templates/justclick/archive.xml.erb
braspag-pagador-0.9.4 lib/braspag/templates/justclick/archive.xml.erb