feat: add deposit with stripe (CAS-28) #23

Merged
csimonis merged 12 commits from feat/stripe into main 2025-02-13 10:12:50 +00:00
Showing only changes of commit b7a60f0c53 - Show all commits

View File

@ -16,7 +16,7 @@ import { NgIf } from '@angular/common';
})
export class DepositComponent implements OnInit {
protected form!: FormGroup;
protected errorMsg: string = '';
protected errorMsg = '';
private stripe: Stripe | null = null;
private service: DepositService = inject(DepositService);