Click or drag to resize
CMSPayPalProviderComparePaymentDataToOrderData Method
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.2.23
Syntax
C#
public virtual string ComparePaymentDataToOrderData(
	NameValueCollection collection
)

Parameters

collection
Type: System.Collections.SpecializedNameValueCollection
Name-Value collection with the payment data that were posted to the merchant by PayPal

Return Value

Type: String
See Also