Sha256: c2fd72bf605751db4abe2f3784d0db742edd458aedb712dfb684774a2d6dd3a6

Contents?: true

Size: 514 Bytes

Versions: 5

Compression:

Stored size: 514 Bytes

Contents

<?xml version="1.0" encoding="utf-8"?>
<env:Envelope xmlns:env="http://www.w3.org/2003/05/soap-envelope">
  <env:Header />
  <env:Body>
    <tns:EncryptRequest xmlns:tns="https://www.pagador.com.br/webservice/BraspagGeneralService">
      <tns:merchantId><%= connection.merchant_id %></tns:merchantId>
      <tns:request>
        <% map.each do |key, value| %>
          <tns:string><%= key %>=<%= value %></tns:string>
        <% end %>
      </tns:request>
    </tns:EncryptRequest>
  </env:Body>
</env:Envelope>

Version data entries

5 entries across 5 versions & 1 rubygems

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