Skip to content

Commit

Permalink
Simplify logic for displaying card details for Confirm page
Browse files Browse the repository at this point in the history
  • Loading branch information
eileenmcnaughton committed Oct 18, 2019
1 parent 1b6e799 commit 12a5b87
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion templates/CRM/Event/Form/Registration/Confirm.tpl
Original file line number Diff line number Diff line change
Expand Up @@ -167,7 +167,7 @@
</div>
{/if}

{if $contributeMode eq 'direct' and ! $is_pay_later and !$isAmountzero and !$isOnWaitlist and !$isRequireApproval}
{if $credit_card_type}
{crmRegion name="event-confirm-billing-block"}
<div class="crm-group credit_card-group">
<div class="header-dark">
Expand Down

0 comments on commit 12a5b87

Please sign in to comment.