Sha256: 58888570102316c0331a212aa29f4d59f068524dcf84b2b90351c6a4a24596f6

Contents?: true

Size: 1.17 KB

Versions: 15

Compression:

Stored size: 1.17 KB

Contents

- content_for :main do

  %h1.order_icon Order Payment

  = icon_to "Orders", "/admin/orders"

  .cms_form
    %p
      %label Order
      = link_to @payment.order.description, "/admin/orders?order_id=#{@payment.order_id}"


    %p
      %label Status
      = @payment.status

    %p
      %label Processed At
      = @payment.processed_at.to_formatted_s(:short)

    %p
      %label User
      = @payment.user.email

    %p
      %label Card Address
      = @payment.order.display_address

    %p
      %label IP Address
      = link_to @payment.ip_address, "http://www.ipchecking.com/?ip=#{@payment.ip_address}&check=Lookup", :target=>"_blank"

    %p 
      %label Type
      = @payment.payment_type

    %p
      %label Gateway Transaction ID
      = @payment.tx_id

    %p
      %label Card Type
      = @payment.card_type

    %p
      %label Card Identifier (last 4 digits)
      = @payment.card_identifier

    %p 
      %label Authorisation Code
      = @payment.auth_code

    %p
      %label 3D Secure Status
      = @payment.threed_secure_status

    %p
      %label Address Status
      = @payment.address_status

    %p
      %label Postcode Status
      = @payment.postcode_status

Version data entries

15 entries across 15 versions & 1 rubygems

Version Path
kit_cms-2.3.22 app/views/admin/order/payment.html.haml
kit_cms-2.3.20 app/views/admin/order/payment.html.haml
kit_cms-2.3.19 app/views/admin/order/payment.html.haml
kit_cms-2.3.18 app/views/admin/order/payment.html.haml
kit_cms-2.3.17 app/views/admin/order/payment.html.haml
kit_cms-2.3.16 app/views/admin/order/payment.html.haml
kit_cms-2.3.15 app/views/admin/order/payment.html.haml
kit_cms-2.3.14 app/views/admin/order/payment.html.haml
kit_cms-2.3.13 app/views/admin/order/payment.html.haml
kit_cms-2.3.11 app/views/admin/order/payment.html.haml
kit_cms-2.3.10 app/views/admin/order/payment.html.haml
kit_cms-2.3.9 app/views/admin/order/payment.html.haml
kit_cms-2.3.8 app/views/admin/order/payment.html.haml
kit_cms-2.3.7 app/views/admin/order/payment.html.haml
kit_cms-2.3.6 app/views/admin/order/payment.html.haml