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.EcommerceProviderAssembly: CMS.EcommerceProvider (in CMS.EcommerceProvider.dll) Version: 8.0.0.0 (8.0.5239.26125)
Parameters
- collection
- Type: System.Collections.Specialized NameValueCollection
Name-Value collection with the payment data that were posted to the merchant by PayPal
Return Value
Type: StringSee Also