feat: add deposit with stripe (CAS-28) #23
@ -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);
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user