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
Craft has a build in donation functionality but if an order has a donation in it the mailchimp sync will fail and you will be returned to the payment screen again with the following error (even though the order goes through):
Craft has a build in donation functionality but if an order has a donation in it the mailchimp sync will fail and you will be returned to the payment screen again with the following error (even though the order goes through):
Calling unknown method: craft\commerce\elements\Donation::getProduct()
The problem is that the Donation doesn't have any getProduct() function.
I found this call in two files in the plugin:
And
The text was updated successfully, but these errors were encountered: