Skip to content

Commit

Permalink
Swipp payment method
Browse files Browse the repository at this point in the history
  • Loading branch information
Tim Warberg committed Aug 31, 2016
1 parent 3ce2bfa commit c480bfc
Show file tree
Hide file tree
Showing 8 changed files with 39 additions and 0 deletions.
5 changes: 5 additions & 0 deletions locales/da.yml
Original file line number Diff line number Diff line change
Expand Up @@ -62,6 +62,11 @@ da:
gender: Køn
country_code: Land
submit: Gennemfør betaling
swipp:
help: !simpe_format |
Når du klikker på knappen nedenfor, åbnes Swipp betalingsvinduet.
Når du er færdig, bliver du viderestillet tilbage til din kvittering.
submit: Fortsæt til betaling
country:
denmark: Danmark
sweden: Sverige
Expand Down
5 changes: 5 additions & 0 deletions locales/de.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,11 @@ de:
gender: Geschlecht
country_code: Land
submit: Complete payment
swipp:
help: !simpe_format |
When you click the button below, the Swipp payment window will open.
When finished, you will be redirected back to your receipt.
submit: Proceed to payment
country:
denmark: Dänemark
sweden: Schweden
Expand Down
5 changes: 5 additions & 0 deletions locales/en.yml
Original file line number Diff line number Diff line change
Expand Up @@ -62,6 +62,11 @@ en:
gender: Gender
country_code: Country
submit: Complete payment
swipp:
help: !simpe_format |
When you click the button below, the Swipp payment window will open.
When finished, you will be redirected back to your receipt.
submit: Proceed to payment
country:
denmark: Denmark
sweden: Sweden
Expand Down
5 changes: 5 additions & 0 deletions locales/es.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,11 @@ es:
gender: Gender
country_code: Country
submit: Complete payment
swipp:
help: !simpe_format |
When you click the button below, the Swipp payment window will open.
When finished, you will be redirected back to your receipt.
submit: Proceed to payment
country:
denmark: Denmark
sweden: Sweden
Expand Down
5 changes: 5 additions & 0 deletions locales/fr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,11 @@ fr:
gender: Gender
country_code: Country
submit: Complete payment
swipp:
help: !simpe_format |
When you click the button below, the Swipp payment window will open.
When finished, you will be redirected back to your receipt.
submit: Proceed to payment
country:
denmark: Denmark
sweden: Sweden
Expand Down
5 changes: 5 additions & 0 deletions locales/no.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,11 @@
gender: Kjønn
country_code: Land
submit: Fullfør betalingen
swipp:
help: !simpe_format |
When you click the button below, the Swipp payment window will open.
When finished, you will be redirected back to your receipt.
submit: Proceed to payment
country:
denmark: Danmark
sweden: Sverige
Expand Down
5 changes: 5 additions & 0 deletions locales/se.yml
Original file line number Diff line number Diff line change
Expand Up @@ -62,6 +62,11 @@ se:
gender: Kön
country_code: Land
submit: Skicka betalning
swipp:
help: !simpe_format |
När du klickar på knappen nedan öppnar Swipp betalningsfönster.
När du är klar, kommer du att omdirigeras till ditt kvitto.
submit: Fortsätt till betalning
country:
denmark: Danmark
sweden: Sverige
Expand Down
4 changes: 4 additions & 0 deletions templates/form_swipp.liquid
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
<div id="payment_details" class="col-md-8">
<p>{{ lang.form.swipp.help }}</p>
{% include 'authentication_form_swipp' %}
</div>

0 comments on commit c480bfc

Please sign in to comment.