Hi,
If you checkout with a different shipping and billing address, the shipping address is set to the billing address in the 'Klarna merchant Portal. The different addresses are reported correctly in Drupal Commerce.
Thanks for a great module,
Thomas
Comments
Comment #2
tuutti commentedCommerce shipping is not supported at the moment, so it's probably Klarna copying the billing address by default.
You can do something like this:
yourmodule.services.yml:
src/EventSubscriber/SessionSubscriber.php:
Comment #3
agoradesign commentedSupporting the shipping address is part of my proposed patch in #3013645-2: Respect the VAT on shipping fee order items
Comment #4
vanlindholm commentedThank you both! I've applied the patch from agoradesign and it all appears to work as expected.
Comment #5
tuutti commentedComment #6
tuutti commentedThis should be fixed in 2.x.