Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Recurring Payments] total_amount has a wrong field type && event_type in Notification doesn't support the event hooks for Recurring payments #311

Open
medea-learner opened this issue May 25, 2022 · 1 comment

Comments

@medea-learner
Copy link

Hello,
Here are two problems I faced when I dealt with the recurring payments :
1 - When I set a value for frequency in a RecurringPayInRegistration object and try to save, the response from the mangopay api includes total_amount which is of type Money not integer but it seems not well treated in the RecurringPayInRegistration model (RecurringPayInRegistration/total_amount)
2 - When I tried to use Recurring PayIn Registration events to update the status of my corresponding objects in my db, I did get nothing, when I checked the Notification model I realized that the event type field doesn't support the events of Recurring PayIn Registration (Notification/event_type and EVENT_TYPE_CHOICES)

I hope you'll get to fix them very soon

@fredericdelordm
Copy link

Hello @medea-learner,

We are looking into it. Have a nice day,

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants