Skip to content

Commit 3610b34

Browse files
committed
fix number
1 parent 42c03b6 commit 3610b34

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/app/app.component.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
[class]="'btn btn-primary m-3'"
77
[email]="'[email protected]'"
88
(paymentInit)="paymentInit()"
9-
[amount]="'50000'"
9+
[amount]="50000"
1010
[split_code]="'SPL_K0t6TE0Fmm'"
1111
[ref]="tRef"
1212
(onClose)="paymentCancel()"

0 commit comments

Comments
 (0)