changed api
This commit is contained in:
@@ -79,7 +79,8 @@
|
||||
}
|
||||
</div>
|
||||
|
||||
@if (validId()) {
|
||||
@if (settingsLoaded()) {
|
||||
@if (hasPartnerId() && validId()) {
|
||||
<button class="pay-btn" type="button" (click)="pay()" [disabled]="!canPay()">
|
||||
<span class="pay-btn__icon">
|
||||
<svg width="20" height="20" viewBox="0 0 24 24" fill="none" stroke="currentColor"
|
||||
@@ -100,6 +101,7 @@
|
||||
{{ 'fastcheck.share_tg' | translate }}
|
||||
</button>
|
||||
}
|
||||
}
|
||||
</div>
|
||||
|
||||
<div class="card__footer">
|
||||
|
||||
Reference in New Issue
Block a user