Bakery (1.6) works well until I make a payment by Mollie (iDeal),
I get the error: There is and error occurred. Your payment could not be initialized.
The api key Mollie is set correctly, does anyone know where the problem is?
A payment through paypal is going well.
Thanks for your comment.
Hard to say..
The error follows after a call to the mollie class ->createPayment.()
It checks the partner_id (be carefull with blanks/linefeeds/etc), the bank_id (from the dropdownlist), description and the return/report urls..
If one of them is missing it will show the error, but also if one of them is not accepted by Mollie it will show the same error.
Strange, the shop is a copy of a working shop where everything goes well.
By Mollie, these shops have the same parner_id, can I fill the profile_key somewhere,
maybe bakery picks the wrong profile_key of Mollie.
The original mollie plugin uses the "old" Mollie API.
For that version there is only the partner_id to setup.
Shame, do you know if Bakery 1.7 works wel now with Mollie IDeal?
Quote from: mgeene on December 02, 2014, 11:43:26 AM
Shame, do you know if Bakery 1.7 works wel now with Mollie IDeal?
No, it does not work.
OK thanks for your reply!
The 1.6 version - with the old API - should still work..
Also with multiple shops.
OK, then I think it goes wrong with Mollie because the shops there are under one account with one partner_id and Mollie say in the shop there must be a profile_key be entered. Maybe this is really fast way of not taking time to look for a solution.
OK Mollie has to chang settings of the key and now it works only with the partner_id.
Thanks for your response