Closed ecallahan5 closed 3 years ago
:wave: Hi @ecallahan5, thanks for the request.
This is definitely something we should change. I'm going to add it to our internal issue tracker and close this issue. We'll add a comment to this thread when it's available in the API.
Thanks Daniel! Do you have an approximate ETA for when I should check back?
On Thu, Feb 18, 2021 at 2:33 PM Daniel Ma notifications@github.com wrote:
👋 Hi @ecallahan5 https://github.com/ecallahan5, thanks for the request.
This is definitely something we should change. I'm going to add it to our internal issue tracker and close this issue. We'll add a comment to this thread when it's available in the API.
— You are receiving this because you were mentioned. Reply to this email directly, view it on GitHub https://github.com/planningcenter/developers/issues/837#issuecomment-781584366, or unsubscribe https://github.com/notifications/unsubscribe-auth/AMNZMOMVEPCMQ6B4BCBG5EDS7VTPBANCNFSM4X24I4WA .
@ecallahan5 sorry for the late response. I'm prioritizing this issue this week, so we should have resolution this week
No worries, thanks so much!
On Mon, Mar 1, 2021 at 2:18 PM Daniel Ma notifications@github.com wrote:
@ecallahan5 https://github.com/ecallahan5 sorry for the late response. I'm prioritizing this issue this week, so we should have resolution this week
— You are receiving this because you were mentioned. Reply to this email directly, view it on GitHub https://github.com/planningcenter/developers/issues/837#issuecomment-788202092, or unsubscribe https://github.com/notifications/unsubscribe-auth/AMNZMOOGVHGZPSFC3NXHXVTTBPSALANCNFSM4X24I4WA .
@ecallahan5 :wave: good news! We've added recurring_donation
to the relationships
for a Donation.
The docs have been updated as well.
If for any reason this doesn't solve your original use-case, let me know
Fantastic, thank you!
On Fri, Mar 5, 2021 at 1:11 PM Daniel Ma notifications@github.com wrote:
@ecallahan5 https://github.com/ecallahan5 👋 good news! We've added recurring_donation to the relationships for a Donation.
The docs https://developer.planning.center/docs/#/apps/giving/2019-10-18/vertices/donation%23relationships have been updated as well.
If for any reason this doesn't solve your original use-case, let me know
— You are receiving this because you were mentioned. Reply to this email directly, view it on GitHub https://github.com/planningcenter/developers/issues/837#issuecomment-791591957, or unsubscribe https://github.com/notifications/unsubscribe-auth/AMNZMOKP3ZO7IZQTQOKYJY3TCENE7ANCNFSM4X24I4WA .
Related Product Which product is this feature related to? Giving
Is your feature request related to a problem? Please describe. I'd like to be able to tell if a donation using /Donations is part of a recurring gift or if it is a one-off
Describe the solution you'd like Create "RecurringDonationID" in /Donations. This would like to the ID from /RecurringDonations for donations which are part of a Recurring Donation and it could be blank for one-off donations.
Describe alternatives you've considered If I needed to I could match donations to recurring donations using name, email, amount, and date but that seems hacky.
Additional context
I have..