Click or drag to resize
DiscountInfoProviderLogDiscountUseOnceInternal Method
Informs this discount that it was applied.

Namespace: CMS.Ecommerce
Assembly: CMS.Ecommerce (in CMS.Ecommerce.dll) Version: 9.0.0
Syntax
C#
protected virtual void LogDiscountUseOnceInternal(
	DiscountInfo discount,
	string couponCode = null
)

Parameters

discount
Type: CMS.EcommerceDiscountInfo
The discount.
couponCode (Optional)
Type: SystemString
The coupon code that was used for discount application.
See Also