We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3240bb6 commit 08009d1Copy full SHA for 08009d1
src/app/account-app/stripe-payment-dialog.component.html
@@ -28,7 +28,6 @@ <h1 mat-dialog-title class="paymentMethodTitle">Card or wallet payment</h1>
28
<div> Your payment was successful and your products have been activated. </div>
29
</div>
30
31
- <div class="description" style="text-align: center"> Note: You do not need to save any details via Stripe or Link to make purchases. </div>
32
33
<div mat-dialog-actions style="justify-content: center;" *ngIf="state === 'loading'">
34
<button mat-button (click)="close()"> Cancel </button>
0 commit comments