Sha256: 09fc6ebc282f153e94ad9674834ae0c4d21550041f1104e8c4cb245852d97315

Contents?: true

Size: 289 Bytes

Versions: 3

Compression:

Stored size: 289 Bytes

Contents

.col-sm-3
  %h3.general-subtitle= t('payment.information')
  %p.general-address
  = secret_card_number(order.credit_card.number)
  - if order.in_progress?
    = link_to t('checkout.edit'), wizard_path(:payment, edit: true), class: "general-edit"
  %br
  = order.credit_card.expiration_date

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
loker-shopping-cart-0.1.3 app/views/shopping_cart/shared/_payment_info.haml
loker-shopping-cart-0.1.2 app/views/shopping_cart/shared/_payment_info.haml
loker-shopping-cart-0.1.1 app/views/shopping_cart/shared/_payment_info.haml