creativepropulsionlabs / commerce_rma

3 stars 2 forks source link

missing profile scope from inline form config breaks the return page #2

Open Danishkhurshid opened 3 years ago

Danishkhurshid commented 3 years ago

Missing profile scope from inline form config breaks the return page with this error.

RuntimeException: The "customer_profile" plugin requires the "profile_scope" configuration key in Drupal\commerce\Plugin\Commerce\InlineForm\InlineFormBase->validateConfiguration() (line 89 of /Users/qed42/sites/Newshop/shopthearea-drupal/web/modules/contrib/commerce/src/Plugin/Commerce/InlineForm/InlineFormBase.php).`

This pull request will fix this issue.