search
AI OnAI Off
A critical vulnerability was discovered in React Server Components (Next.js). Our systems remain protected but we advise to update packages to newest version. Learn More.
Did you copy the EPiServer.Business.Commerce.Payment.DIBS.dll to your front-end bin folder as well?
It would be much easier to diagnose if we can access your environment. I would suggest you to contact Episerver support service for further assistance.
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?