From 4fc37e653cb1850c7295a46155e8170c778a886a Mon Sep 17 00:00:00 2001 From: Rich Lott / Artful Robot <forums@artfulrobot.uk> Date: Fri, 3 Dec 2021 09:02:25 +0000 Subject: [PATCH] NFC: remove superfluous space on presentation of webhook event details --- ang/mjwshared/PaymentprocessorWebhook.html | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/ang/mjwshared/PaymentprocessorWebhook.html b/ang/mjwshared/PaymentprocessorWebhook.html index b8f1a6b..8bb5c76 100644 --- a/ang/mjwshared/PaymentprocessorWebhook.html +++ b/ang/mjwshared/PaymentprocessorWebhook.html @@ -72,8 +72,7 @@ <p> Payment Processor: <em>{{row['payment_processor.name']}}</em> - (<strong ng-if="row['payment_processor.is_test'] == 1" >Test</strong> - <strong ng-if="row['payment_processor.is_test'] != 1" >Live</strong> + (<strong ng-if="row['payment_processor.is_test'] == 1" >Test</strong><strong ng-if="row['payment_processor.is_test'] != 1" >Live</strong> ID: <code>{{row['payment_processor_id']}}</code>) </p> <p>Status: {{ $ctrl.statusMap[row['status']].title }}</p> -- GitLab