We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 97214f1 commit 0eca842Copy full SHA for 0eca842
src/components/common/PaymentForm.tsx
@@ -74,7 +74,6 @@ export const PaymentForm: FunctionComponent<Props> = ({ campaign, inlineForm = f
74
setIsSubmitting(true);
75
await openRzp({
76
...form,
77
- amount,
78
campaign: campaign ? campaign.slug : undefined,
79
});
80
setIsSubmitting(false);
0 commit comments