mollie / mollie-odoo

Mollie Payments plugin for Odoo - an open source CRM and ERP
29 stars 50 forks source link

[FIX] Fix transactions sync by using the new mollie api in v10 #71

Closed joyceassaad closed 4 years ago

joyceassaad commented 4 years ago

With the former mollie api odoo was requesting a transaction data, it was getting a list of 10 transactions from mollie, but not the transaction it asks for. Odoo was updating a transaction by the data of another one. Here we fix this issue by using the new mollie api.

odooexpertsbv commented 4 years ago

@joyceassaad Thanks for the contribution and fix for the transaction sync.