[accelerator] add missing getters for applepay

This commit is contained in:
nymkappa
2024-07-24 22:20:52 +02:00
parent 29875e0095
commit 4d44ee55fc
2 changed files with 12 additions and 5 deletions

View File

@@ -389,7 +389,7 @@
</div>
}
</div>
@if (canPayWithCashapp) {
@if (canPayWithCashapp || canPayWithApplePay) {
<div class="col-sm text-center flex-grow-0 d-flex flex-column justify-content-center align-items-center">
<p class="text-nowrap">&mdash;<span i18n="or">OR</span>&mdash;</p>
</div>