CMSPayPalProvider ComparePaymentDataToOrderData Method Kentico 8.1 API Reference
Compares payment data (seller email, total price, payment currency) to order data and returns appropriate error message if data don't match, otherwise returns empty string.

Namespace: CMS.EcommerceProvider
Assembly: CMS.EcommerceProvider (in CMS.EcommerceProvider.dll) Version: 8.0.0.0 (8.1.5347.20411)

Parameters

collection
Type: OnlineSystem.Collections.Specialized NameValueCollection
Name-Value collection with the payment data that were posted to the merchant by PayPal

Return Value

Type: OnlineString
See Also