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
Please make sure this change is backward compatible. When no metadata is present on the order line, fall back to the current implementation ("#{line.id}-#{line.variant.sku}").
Please note that the refunds depend on the #{line.id}-#{line.variant.sku} structure. Need to abstract the line_item mollie identifier in its own method to ensure implementation wide support for the chosen identifier
This will allow us to remove this workaround: https://github.com/mollie/spree-mollie-gateway/blob/master/app/models/spree/mollie/order_serializer.rb#L196 and store it within the line's metadata.
More information: https://docs.mollie.com/changelog/v2/changelog#monday-14th
The text was updated successfully, but these errors were encountered: