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

Class DefaultPaymentProcessor

Processes IPayment.

Inheritance
System.Object
DefaultPaymentProcessor
Implements
Inherited Members
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: EPiServer.Commerce.Order
Assembly: EPiServer.Business.Commerce.dll
Version: 10.8.0
Syntax
public class DefaultPaymentProcessor : IPaymentProcessor

Constructors

DefaultPaymentProcessor(ILogger)

Initializes a new instance of the DefaultPaymentProcessor class.

Declaration
public DefaultPaymentProcessor(ILogger logger)
Parameters
Type Name Description
EPiServer.Logging.ILogger logger

The _logger.

Methods

ProcessPayment(IPayment, IShipment)

Processes the payment.

Declaration
public virtual void ProcessPayment(IPayment payment, IShipment shipment)
Parameters
Type Name Description
IPayment payment

The payment.

IShipment shipment

The shipment.

Implements

Extension Methods