1
0
mirror of https://github.com/bitwarden/browser synced 2025-12-25 12:43:36 +00:00

[PM-5548] Eliminate in-app purchase logic (#7433)

* Eliminate in-app purchase logic

* Remove more in-app logic found, for payment and subscription management

---------

Co-authored-by: Lotus Scott <148992878+lscottbw@users.noreply.github.com>
This commit is contained in:
Matt Bishop
2024-01-11 15:24:43 -05:00
committed by GitHub
parent cdeaa0b56a
commit 6baad76088
9 changed files with 0 additions and 100 deletions

View File

@@ -91,7 +91,6 @@
</app-callout>
<p>
<i class="bwi bwi-fw" [ngClass]="paymentSourceClasses"></i>
<span *ngIf="paymentSourceInApp">{{ "inAppPurchase" | i18n }}</span>
{{ paymentSource.description }}
</p>
</ng-container>