volume_up

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

volume_up

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

Interface IPaymentProcessor

Processes IPayment.

Namespace: EPiServer.Commerce.Order
Assembly: EPiServer.Business.Commerce.dll
Version: 10.8.0
Syntax
public interface IPaymentProcessor

Methods

ProcessPayment(IPayment, IShipment)

Processes the payment.

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

The payment.

IShipment shipment

The shipment.

Extension Methods

arrow_upward