Метод | Описание | |
---|---|---|
PayPalDirectPaymentProcessor ( ICustomerService customerService, IWebHelper webHelper ) : System | ||
ProcessPayment ( |
||
VerifyIpn ( string formString, string>.Dictionary |
Verifies IPN
|
Метод | Описание | |
---|---|---|
AuthorizeOrSale ( |
||
GetApiVersion ( ) : string | ||
GetPaypalCountryCodeType ( string country ) : CountryCodeType |
Get Paypal country code
|
|
GetPaypalCreditCardType ( string creditCardType ) : CreditCardTypeType |
Get Paypal credit card type
|
|
GetService ( ) : |
Метод | Описание | |
---|---|---|
GetPaypalUrl ( ) : string |
Gets Paypal URL
|
protected AuthorizeOrSale ( |
||
processPaymentRequest | ||
authorizeOnly | bool | |
Результат |
protected GetPaypalCountryCodeType ( string country ) : CountryCodeType | ||
country | string | Country |
Результат | CountryCodeType |
protected GetPaypalCreditCardType ( string creditCardType ) : CreditCardTypeType | ||
creditCardType | string | Credit card type |
Результат | CreditCardTypeType |
protected GetService ( ) : |
||
Результат |
public PayPalDirectPaymentProcessor ( ICustomerService customerService, IWebHelper webHelper ) : System | ||
customerService | ICustomerService | |
webHelper | IWebHelper | |
Результат | System |
public ProcessPayment ( |
||
processPaymentRequest | ||
Результат |
public VerifyIpn ( string formString, string>.Dictionary |
||
formString | string | Form string |
values | string>.Dictionary | Values |
Результат | bool |