Link to Product Module

For any Product Module to be able to consume and reference a Collection Module, the product module's configuration needs to be updated.

In the .root-config.json, find the collectionModules section, or add it, and add the relevant collection module key. Read General settings, to learn more about how to configure product module settings.

 "collectionModules": [  
  {  
    "key": "cm_stripe_workever"  
  }  
]

Once the configuration has been updated, be sure to rp push your changes.