feat: make stripe functional
This commit is contained in:
parent
177dd78592
commit
1d0162d250
6 changed files with 56 additions and 56 deletions
|
@ -1,14 +1,5 @@
|
|||
<form [formGroup]="form">
|
||||
<input type="number" formControlName="amount">€
|
||||
<br>
|
||||
<br>
|
||||
<br>
|
||||
<br>
|
||||
<br>
|
||||
<br>
|
||||
<br>
|
||||
<br>
|
||||
<br>
|
||||
<br>
|
||||
<button type="button" (click)="submit()">Einzahlen</button>
|
||||
</form>
|
||||
|
|
Reference in a new issue