Sha256: 9951c4118513c51b38e644589d25378439272ea9cb19d2d095bf40fbcb9d4e4e
Contents?: true
Size: 420 Bytes
Versions: 5
Compression:
Stored size: 420 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:DecryptRequest xmlns:tns="https://www.pagador.com.br/webservice/BraspagGeneralService"> <tns:merchantId><%= connection.merchant_id %></tns:merchantId> <tns:cryptString><%= encripted_text %></tns:cryptString> </tns:DecryptRequest> </env:Body> </env:Envelope>
Version data entries
5 entries across 5 versions & 1 rubygems