1
0
mirror of https://github.com/LaCasemate/fab-manager.git synced 2025-01-18 07:52:23 +01:00

(bug) broken admin notifications if an order has been paid

This commit is contained in:
Sylvain 2023-04-04 15:41:24 +02:00
parent 7e6e5e9dc4
commit 68bee8c3e3
2 changed files with 2 additions and 1 deletions

View File

@ -1,6 +1,7 @@
# Changelog Fab-manager
- Italian language support (credits to https://crowdin.com/profile/olazzari)
- Fix a bug: broken admin notifications if an order has been paid
## v6.0.1 2023 April 03

View File

@ -1,4 +1,4 @@
# frozen_string_literal: true
json.title notification.notification_type
json.description t('.order_paid_html', { ID: notification.attached_object.order_id })
json.description t('.order_paid_html', **{ ID: notification.attached_object.order_id })