Hide account credit option when purchasing organization (#13081)

This commit is contained in:
Alex Morask 2025-02-04 09:05:20 -05:00 committed by GitHub
parent cf7a174d11
commit bcce56e6fd
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -433,7 +433,11 @@
<p class="tw-text-muted tw-italic tw-mb-3 tw-block" bitTypography="body2">
{{ paymentDesc }}
</p>
<app-payment *ngIf="createOrganization || upgradeRequiresPaymentMethod"></app-payment>
<app-payment
*ngIf="createOrganization || upgradeRequiresPaymentMethod"
[showAccountCredit]="false"
>
</app-payment>
<app-manage-tax-information
class="tw-my-4"
[showTaxIdField]="showTaxIdField"