henkm/docdata

View on GitHub
lib/docdata/xml/status.xml.erb

Summary

Maintainability
Test Coverage
<soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:_1="http://www.docdatapayments.com/services/paymentservice/1_1/">
   <soapenv:Header/>
   <soapenv:Body>
      <_1:statusRequest version="1.1">
       <_1:merchant name="<%=Docdata::Config.username%>" password="<%= Docdata::Config.password %>"/>
       <_1:paymentOrderKey><%= payment.key %></_1:paymentOrderKey>
      </_1:statusRequest>
   </soapenv:Body>
</soapenv:Envelope>