Subscription renewals break company invoices
Hey, I discovered that 1st subscription order has the right company data, but after renewal it drops company name, vat number and legal registration ID.
Can u fix it?
RenewalService::copyParentOrderSnapshot()
$billingAddressData = [ 'type', 'full_name', 'address_1', 'address_2',
'city', 'state', 'postcode', 'country',
'email', 'first_name', 'last_name' ];
I've requested this to be fixed.