Subscription Items & Line Items not syncing to firestore
When a subscription is placed in WooCommercr it pushes that data to firestore. Now, all the data is coming over except the "items" & "line items" fields. These are the only fields linking a subscription to a product. Very important! There is a workaround by using the parentID for the order and getting all the info that way, but it would be nice to have that data already in the subscription document.
To Reproduce
Steps to reproduce the behavior:
Create a subscription product in Woo
Purchase subscription
Notice missing fields
Expected behavior
We expected to see those fields populated, with information about which products a user subscribes to.
Subscription Items & Line Items not syncing to firestore When a subscription is placed in WooCommercr it pushes that data to firestore. Now, all the data is coming over except the "items" & "line items" fields. These are the only fields linking a subscription to a product. Very important! There is a workaround by using the parentID for the order and getting all the info that way, but it would be nice to have that data already in the subscription document.
To Reproduce Steps to reproduce the behavior:
Expected behavior We expected to see those fields populated, with information about which products a user subscribes to.
The version of the plugin. E.g PRO (v3.25.0)