1
0
mirror of https://github.com/LaCasemate/fab-manager.git synced 2025-01-30 19:52:20 +01:00

(bug) unable to show order_paid_html notification

This commit is contained in:
Du Peng 2023-04-05 11:06:27 +02:00
parent ef732f759b
commit 60793815ce

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)