Unable to create donation using Donation Module #7200
Replies: 1 comment
-
My mistake here, I have a typo in the "form_id", it should be "formId". |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi,
I am in the process of programmatically creating a donation. My current approach involves managing subscriptions at the time of renewal, extracting details from the subscription, and subsequently creating a donation for the renewal.
Yet, when attempting to utilize the donation model for the creation process, I encounter the following error:
Where my function is as below
I would appreciate any suggestions you may have.
Beta Was this translation helpful? Give feedback.
All reactions