Hi all! I think I am running into a post-checkout extension bug... I am creating a post-checkout extension subscription upsell and I am getting this error when trying to apply the changeset:
{
"errors": [
{
"code": "subscription_no_shipping_address_error",
"message": "An order with a valid shipping address is required in order to apply an add_subscription change"
}
],
"status": "unprocessed"
}
This is happens I guess because I never input a shipping address for my original order since it was a non-physical product, but so is the subscription product upsell so it also shouldn't need a shipping address. This functionality would be essential to our business since we deal mostly with non-physical subscriptions.... Is there a way I can submit a bug-report to get this fixed ASAP?
Any help would be greatly appreciated!