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:
parent
7e6e5e9dc4
commit
68bee8c3e3
@ -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
|
||||
|
||||
|
@ -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 })
|
||||
|
Loading…
x
Reference in New Issue
Block a user