negos_app/app/views/public/payments/paid_by_ogone.html.haml
Nicolas Bally 4b05510feb suite
2018-02-09 10:07:18 +01:00

11 lines
428 B
Plaintext

.center
%p Vous allez être redirigé automatiquement sur le serveur de paiement sécurisé par Ogone. Si ce n'est pas le cas, merci de cliquer sur "payer maintenant"
%form{:action => CONFIG_OGONE["ecom_url"], :id => "ogone_form"}
-form_content = ogone_fields(@ogone_options)
-form_content << '<input type="submit" value="payer maintenant" />'
=raw form_content
:javascript
$("#ogone_form").submit()