Issue
Customer's recurring order has their old address instead of the address they updated it too.
Steps to Reproduce in an M2 environment configured for Order Callback
- Create a new customer account, and complete checkout for a new subscription.
- You can use a single address for billing and shipping
- In the subscription widget edit your address to a new one.
- Create a new recurring order from Subscribe Pro
- The order in Magento 2 will have the original billing address.
- The order callback request will have the correct address sent for both billing and shipping
Expected Result
The billing, and shipping address on the order in Magento 2 should match the billing and shipping address sent in the order callback request.