You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
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
The text was updated successfully, but these errors were encountered: