Table of Contents

Interface ICheckOrderStatus

Namespace
Dynamicweb.Ecommerce.Orders.Gateways
Assembly
Dynamicweb.Ecommerce.dll

Implement this interface in your CheckOutHandler to support checking they payment status of the order

public interface ICheckOrderStatus : ICheckoutHandlerAction

Methods

CheckOrderStatus(Order)

void CheckOrderStatus(Order order)

Parameters

order Order

See Also

To top