Skip to content

Commit

Permalink
fixup
Browse files Browse the repository at this point in the history
  • Loading branch information
yksflip committed Oct 23, 2023
1 parent d7e164a commit 494a97a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ def create
method: method.id,
description: "#{@transaction.id}, #{@ordergroup.id}, #{FoodsoftConfig[:name]}",
redirectUrl: result_payments_mollie_url(id: @transaction.id),
webhookUrl: request.local? ? 'https://example.com' : check_payments_mollie_url, # Mollie doesn't accept localhost here
webhookUrl: request.local? ? 'https://localhost.com' : check_payments_mollie_url, # Workaround for local development
metadata: {
scope: FoodsoftConfig.scope,
transaction_id: @transaction.id,
Expand Down
2 changes: 1 addition & 1 deletion plugins/mollie/config/locales/nl.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ nl:
mollie:
api_key: Vul hier de Live API-Key in, te vinden in het Mollie Dashboard (of de Test API-Key voor een Foodsoft demo).
financial_transaction_type: Kies het transactietype waaraan Mollie Payments moeten worden toegewezen
charge_fees: Breng ordergroepen de door Mollie gehanteerde transactiekosten in rekening.
charge_fees: Breng huishouden de door Mollie gehanteerde transactiekosten in rekening.
keys:
use_mollie: Accepteer online betalingen via Mollie
mollie:
Expand Down

0 comments on commit 494a97a

Please sign in to comment.