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)