feat: make stripe functional

This commit is contained in:
Constantin Simonis 2025-02-13 10:22:33 +01:00
commit 1d0162d250
No known key found for this signature in database
GPG key ID: 3878FF77C24AF4D2
6 changed files with 56 additions and 56 deletions

View file

@ -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>