Closed stefanolsen closed 3 years ago
It looks like /EPiServer/EPiServer.Commerce.UI.Admin/Payment/GetClassNames
works. And the main difference is the way you scan the assemblies for relevant types.
Probably easiest to change this to use the same scanning method as you use for payment class names.
Fixed in 14.0.2-pre-021291
Observations: When attempting to use the "Create Shipping Provider" page in Episerver Commerce, the drop-down list, "Class Name", is empty.
It looks like the Admin UI sends a request to
/EPiServer/EPiServer.Commerce.UI.Admin/ShippingProviders/GetClassNames
. The response on this URL consists of a stack trace like the following:Expected: Instead of an exception, a list of shipping plugin class names should be returned, making the Episerver UI work properly.
Builds: