Paymill not working with subscription product in product bundle
-
I am using WooThemes Product Bundles plugin to create a combination product consisting of a physical product and a subscription product. When checking out the order, Paymill fails with the following error message:
Invalid Interval Format! Format: integer MONTH|YEAR|WEEK|DAY[, day of week] (not with daily interval)
This is because in lib/integration/subscriptions.inc.php, offerCreate gets called with an interval parameter that is “1 0” instead of “1 MONTH”.
- The topic ‘Paymill not working with subscription product in product bundle’ is closed to new replies.