Sha256: 4eeb753c730ddbc566b7e2a2b0c30b0ae5c7f53617013131490cf2fa38bf8082

Contents?: true

Size: 954 Bytes

Versions: 1

Compression:

Stored size: 954 Bytes

Contents

p
  = t(:proceed_payment_litte, scope: [:new_order, :popups])
  => link_to t(:link_payment, scope: [:new_order, :popups]), payments_transaction_path(id: @payment.public_token)
  = t(:we_could, scope: [:new_order, :popups])
  => link_to t(:link_project, scope: [:new_order, :popups]), account_order_path(@payment.order.number)
span = t(:contact_support, scope: [:new_order, :popups])

/ p
  ' Your order is successfully placed and we will be ready to start working on it as soon as we receive your payment.
  ' You have selected Wire Transfer as a preferable payment method. Shortly you will receive an invoice from our
  ' Customer Support Department with the amount to be paid and the payment details.
  ' Please note that the payment takes up to 5 business days to settle. If you prefer to use PayPal or Credit Card,
  ' please follow the
  => link_to "link", payments_transaction_path(id: @payment.payment_token)
  ' to Proceed with the Safe Payment.

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
translation_cms-0.1.5 app/views/payments/integrations/_wire_transfer_terms.html.slim