Skip to content

Commit

Permalink
feat: delete payment instrument link on checkout payment page
Browse files Browse the repository at this point in the history
  • Loading branch information
Silke committed Apr 7, 2020
1 parent e9d4551 commit febff5e
Showing 1 changed file with 2 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -87,13 +87,12 @@ <h3>{{ 'checkout.payment.method.select.heading' | translate }}</h3>
<label class="form-check-label " [for]="'paymentOption_' + paymentInstrument.id">
{{ paymentInstrument.accountIdentifier }}
</label>
<!-- ToDo: enable this link if pwa runs against ICM 7.10.16+ -->
<!--<a
<a
class="float-right"
(click)="deleteBasketPayment(paymentInstrument)"
data-testing-id="delete-payment-link"
>{{ 'checkout.payment.method.delete.link' | translate }}</a
>-->
>
</div>
</li>

Expand Down

0 comments on commit febff5e

Please sign in to comment.