Skip to content

Commit 0eca842

Browse files
committed
fix amount typo
1 parent 97214f1 commit 0eca842

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/components/common/PaymentForm.tsx

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,6 @@ export const PaymentForm: FunctionComponent<Props> = ({ campaign, inlineForm = f
7474
setIsSubmitting(true);
7575
await openRzp({
7676
...form,
77-
amount,
7877
campaign: campaign ? campaign.slug : undefined,
7978
});
8079
setIsSubmitting(false);

0 commit comments

Comments
 (0)