Click or drag to resize
OrderInfoUpdateOrderStatus Method (PaymentResultInfo)
Updates OrderStatusID property accordingly to given paymentResult and assigned PaymentOptionInfo configuration.

Namespace: CMS.Ecommerce
Assembly: CMS.Ecommerce (in CMS.Ecommerce.dll) Version: 12.0.0
Syntax
C#
public virtual void UpdateOrderStatus(
	PaymentResultInfo paymentResult
)

Parameters

paymentResult
Type: CMS.EcommercePaymentResultInfo
See Also