Sha256: 98fe923f8f549ed9bbe56ac42bf7a8fcb402e85781e7114337352a070aa70f45

Contents?: true

Size: 475 Bytes

Versions: 10

Compression:

Stored size: 475 Bytes

Contents

<PurchaseRequest>
  <CreditCard>
    <FirstName><%= credit_card.first_name %></FirstName>
    <LastName><%= credit_card.last_name %></LastName>
    <CardType><%= credit_card.type %></CardType>
    <Number><%= credit_card.number %></Number>
    <Month><%= credit_card.month %></Month>
    <Year><%= credit_card.year %></Year>
    <VerifiactionValue><%= credit_card.verification_value %></VerifiactionValue>
  </CreditCard>

  <Amount><%= amount %></Amount>
</PurchaseRequest>

Version data entries

10 entries across 10 versions & 1 rubygems

Version Path
webmock_method-1.2.5 spec/services/templates/purchase_request.xml.erb
webmock_method-1.2.4 spec/services/templates/purchase_request.xml.erb
webmock_method-1.2.3 spec/services/templates/purchase_request.xml.erb
webmock_method-1.2.2 spec/services/templates/purchase_request.xml.erb
webmock_method-1.2.1 spec/services/templates/purchase_request.xml.erb
webmock_method-1.2.0 spec/services/templates/purchase_request.xml.erb
webmock_method-1.1.1 spec/services/templates/purchase_request.xml.erb
webmock_method-1.1.0 spec/services/templates/purchase_request.xml.erb
webmock_method-1.0.1 spec/services/templates/purchase_request.xml.erb
webmock_method-1.0.0 spec/services/templates/purchase_request.xml.erb