From cdd8513832a1056beb42de54024c996185d4f52e Mon Sep 17 00:00:00 2001 From: Sundaram Dubey <56407566+maze-runnar@users.noreply.github.com> Date: Tue, 10 Aug 2021 19:25:39 +0530 Subject: [PATCH] fix: formatting localized currency (#7662) --- app/templates/components/modals/paytm-otp.hbs | 2 +- app/templates/components/modals/paytm-payment-options.hbs | 2 +- .../cell/events/view/tickets/discount-codes/cell-value.hbs | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/app/templates/components/modals/paytm-otp.hbs b/app/templates/components/modals/paytm-otp.hbs index 712a9db7a5e..23625bbf672 100644 --- a/app/templates/components/modals/paytm-otp.hbs +++ b/app/templates/components/modals/paytm-otp.hbs @@ -1,5 +1,5 @@
- {{t 'Amount to be paid:'}} {{currency-symbol this.currency}} {{amount}} + {{t 'Amount to be paid:'}}
diff --git a/app/templates/components/modals/paytm-payment-options.hbs b/app/templates/components/modals/paytm-payment-options.hbs index 46d579676fc..37898c71fc0 100644 --- a/app/templates/components/modals/paytm-payment-options.hbs +++ b/app/templates/components/modals/paytm-payment-options.hbs @@ -1,5 +1,5 @@
- {{t 'Amount to be paid:'}} {{currency-symbol this.currency}} {{amount}} + {{t 'Amount to be paid:'}}
diff --git a/app/templates/components/ui-table/cell/events/view/tickets/discount-codes/cell-value.hbs b/app/templates/components/ui-table/cell/events/view/tickets/discount-codes/cell-value.hbs index 90cc66246f4..a6ec4941bdf 100644 --- a/app/templates/components/ui-table/cell/events/view/tickets/discount-codes/cell-value.hbs +++ b/app/templates/components/ui-table/cell/events/view/tickets/discount-codes/cell-value.hbs @@ -2,6 +2,6 @@ {{#if (eq this.extraRecords.type 'percent')}} {{this.record}} % {{else if (eq this.extraRecords.type 'amount')}} - {{currency-symbol this.extraRecords.event.paymentCurrency}} {{this.record}} + {{/if}}