C# Class uWebshop.Payment.IngAdvanced.IngAdvancedPaymentResponseHandler

Inheritance: IngAdvancedPaymentBase, IPaymentResponseHandler
Mostra file Open project: uWebshop/-INACTIVE-PaymentProviders

Public Methods

Method Description
HandlePaymentResponse ( PaymentProvider paymentProvider, OrderInfo order ) : OrderInfo

Private Methods

Method Description
ByteArrayToHexString ( IEnumerable bytes ) : string

Gets the hexadecimal representation of an array of bytes.

RequestTransactionStatus ( string transactionId, OrderInfo order ) : Transaction.TransactionStatus

Method Details

HandlePaymentResponse() public method

public HandlePaymentResponse ( PaymentProvider paymentProvider, OrderInfo order ) : OrderInfo
paymentProvider PaymentProvider
order OrderInfo
return OrderInfo