Skip to content

Commit 08009d1

Browse files
committed
style(payment): Remove note about saving details as it contradicts recurring payments.
1 parent 3240bb6 commit 08009d1

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/app/account-app/stripe-payment-dialog.component.html

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,6 @@ <h1 mat-dialog-title class="paymentMethodTitle">Card or wallet payment</h1>
2828
<div> Your payment was successful and your products have been activated. </div>
2929
</div>
3030

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>
3231
</div>
3332
<div mat-dialog-actions style="justify-content: center;" *ngIf="state === 'loading'">
3433
<button mat-button (click)="close()"> Cancel </button>

0 commit comments

Comments
 (0)