| DiscountInfoProviderLogDiscountUseOnce Method (DiscountInfo, String) | 
            Informs this discount that it was applied.
            
 
Namespace: CMS.EcommerceAssembly: CMS.Ecommerce (in CMS.Ecommerce.dll) Version: 8.2.23
 Syntax
Syntaxpublic static void LogDiscountUseOnce(
	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
See Also