File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -770,7 +770,7 @@ public static function baseFieldDefinitions(EntityTypeInterface $entity_type) {
770770 ->setDescription (t ('Billing profile ' ))
771771 ->setSetting ('target_type ' , 'profile ' )
772772 ->setSetting ('handler ' , 'default ' )
773- ->setSetting ('handler_settings ' , ['target_bundles ' => ['customer ' ]])
773+ ->setSetting ('handler_settings ' , ['target_bundles ' => ['customer ' => ' customer ' ]])
774774 ->setTranslatable (TRUE )
775775 ->setDisplayOptions ('form ' , [
776776 'type ' => 'commerce_billing_profile ' ,
Original file line number Diff line number Diff line change @@ -264,7 +264,7 @@ public static function baseFieldDefinitions(EntityTypeInterface $entity_type) {
264264 ->setDescription (t ('Billing profile ' ))
265265 ->setSetting ('target_type ' , 'profile ' )
266266 ->setSetting ('handler ' , 'default ' )
267- ->setSetting ('handler_settings ' , ['target_bundles ' => ['customer ' ]])
267+ ->setSetting ('handler_settings ' , ['target_bundles ' => ['customer ' => ' customer ' ]])
268268 ->setDisplayOptions ('form ' , [
269269 'type ' => 'options_select ' ,
270270 'weight ' => 0 ,
You can’t perform that action at this time.
0 commit comments