From 60793815cef63b28dc0e4a088d167823bc923462 Mon Sep 17 00:00:00 2001 From: Du Peng Date: Wed, 5 Apr 2023 11:06:27 +0200 Subject: [PATCH] (bug) unable to show order_paid_html notification --- .../api/notifications/_notify_admin_order_is_paid.json.jbuilder | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/views/api/notifications/_notify_admin_order_is_paid.json.jbuilder b/app/views/api/notifications/_notify_admin_order_is_paid.json.jbuilder index d036da44e..1459b99ad 100644 --- a/app/views/api/notifications/_notify_admin_order_is_paid.json.jbuilder +++ b/app/views/api/notifications/_notify_admin_order_is_paid.json.jbuilder @@ -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)