Method | Description | |
---|---|---|
CheckSuccess ( |
Checks response
|
|
GetPaymentStatus ( string paymentStatus, string pendingReason ) : PaymentStatus |
Gets a payment status
|
|
GetPaypalCurrency ( string CurrencyCode ) : CurrencyCodeType |
Get Paypal currency code
|
public static CheckSuccess ( |
||
abstractResponse | response | |
errorMsg | string | Error message if exists |
return | bool |
public static GetPaymentStatus ( string paymentStatus, string pendingReason ) : PaymentStatus | ||
paymentStatus | string | PayPal payment status |
pendingReason | string | PayPal pending reason |
return | PaymentStatus |
public static GetPaypalCurrency ( string CurrencyCode ) : CurrencyCodeType | ||
CurrencyCode | string | |
return | CurrencyCodeType |