Click or drag to resize
PayPalPaymentResultInfoGetPayPalPaymentStatus Method
Returns paypal payment status according to the returned status string from the PayPal payment gateway.

Namespace: CMS.Ecommerce
Assembly: CMS.Ecommerce (in CMS.Ecommerce.dll) Version: 10.0.0
Syntax
C#
public static PayPalPaymentStatusEnum GetPayPalPaymentStatus(
	string status
)

Parameters

status
Type: SystemString
Payment status string returned from the PayPal payment gateway

Return Value

Type: PayPalPaymentStatusEnum
See Also