PayPalPaymentResultInfoGetPayPalPaymentStatus Method |
Returns paypal payment status according to the returned status string from the PayPal payment gateway.
Namespace: CMS.EcommerceAssembly: CMS.Ecommerce (in CMS.Ecommerce.dll) Version: 8.2.23
Syntax public static PayPalPaymentStatusEnum GetPayPalPaymentStatus(
string status
)
Parameters
- status
- Type: SystemString
Payment status string returned from the PayPal payment gateway
Return Value
Type:
PayPalPaymentStatusEnumSee Also