Skip to content

Commit

Permalink
fix number
Browse files Browse the repository at this point in the history
  • Loading branch information
ashinzekene committed Feb 25, 2024
1 parent 42c03b6 commit 3610b34
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/app/app.component.html
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
[class]="'btn btn-primary m-3'"
[email]="'mailexample@mail.com'"
(paymentInit)="paymentInit()"
[amount]="'50000'"
[amount]="50000"
[split_code]="'SPL_K0t6TE0Fmm'"
[ref]="tRef"
(onClose)="paymentCancel()"
Expand Down

0 comments on commit 3610b34

Please sign in to comment.