Calling all developers! We invite you to provide your input on Feature Experimentation by completing this brief survey.
Calling all developers! We invite you to provide your input on Feature Experimentation by completing this brief survey.
Did you copy the EPiServer.Business.Commerce.Payment.DIBS.dll to your front-end bin folder as well?
Hi!
I am attempting to add the Dibs Payment to a test project based on the Quicksilver solution. When the checkout attempt to use the method cart.ProcessPayments(_paymentProcessor, _orderGroupCalculator); I get the following issue:
Specified payment method class \"EPiServer.Business.Commerce.Payment.DIBS.DIBSPaymentGateway, EPiServer.Business.Commerce\" can not be created.
I have added the EPiServer.Business.Commerce.Payment.DIBS.dll to the Episerver.Commerce.Manager project and followed the instructions in http://world.episerver.com/documentation/developer-guides/commerce/payments/Payment-providers/dibs-installation-and-configuration/
What can cause the payment methods to not be created?