Skip to content
Snippets Groups Projects
Commit 4fc37e65 authored by Rich's avatar Rich Committed by mattwire
Browse files

NFC: remove superfluous space on presentation of webhook event details

parent d125535e
No related branches found
No related tags found
1 merge request!26Proposal for widening use case to GoCardless (and others)
......@@ -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>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment