From 3610b34fc2caba1b4e73e15481ce5863297f1371 Mon Sep 17 00:00:00 2001 From: Ekene Ashinze Date: Sun, 25 Feb 2024 14:04:14 -0800 Subject: [PATCH] fix number --- src/app/app.component.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/app/app.component.html b/src/app/app.component.html index 2a8e093..336330c 100755 --- a/src/app/app.component.html +++ b/src/app/app.component.html @@ -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()"