Mollie payment provider feedback
Posted: 17 Mar 2024, 14:42
Jan
My PCP for Mollie is mostly ready.
While testing I notice:
1 When the Payment provider updates the status by means of the webhook, I update it in Phoca Cart with PhocacartOrderStatus::changeStatusInOrderTable, then PhocacartOrderStatus::changeStatus and PhocacartOrderStatus::setHistory.
This works fine but when I look at the orders, the Date modified is still the date of the initial order.
Is there a way to set Date modified?
2 In Order status history, only the date is mentioned. Would perhaps be great if it was both date and time.
3 The $app->enqueueMessage of type notice seems to show a white text on white background, could that be?
(e.g. I added a Notice "You are now being redirected to Mollie")
4 When you do a (partial) refund from the payment provider site, I get the correct feedback and I can set the status and in my Mollie table I can store the refunded amount. Does Phoca Cart handle refunds? Where can I see/set them? (Including the currency)
My PCP for Mollie is mostly ready.
While testing I notice:
1 When the Payment provider updates the status by means of the webhook, I update it in Phoca Cart with PhocacartOrderStatus::changeStatusInOrderTable, then PhocacartOrderStatus::changeStatus and PhocacartOrderStatus::setHistory.
This works fine but when I look at the orders, the Date modified is still the date of the initial order.
Is there a way to set Date modified?
2 In Order status history, only the date is mentioned. Would perhaps be great if it was both date and time.
3 The $app->enqueueMessage of type notice seems to show a white text on white background, could that be?
(e.g. I added a Notice "You are now being redirected to Mollie")
4 When you do a (partial) refund from the payment provider site, I get the correct feedback and I can set the status and in my Mollie table I can store the refunded amount. Does Phoca Cart handle refunds? Where can I see/set them? (Including the currency)