C# Class Kooboo.Commerce.Payments.Buckaroo.BuckarooUtil

Mostrar archivo Open project: Kooboo/Ecommerce Class Usage Examples

Public Methods

Method Description
GetGatewayUrl ( bool testMode ) : string
GetSignature ( NameValueCollection parameters, string secretKey ) : string
SHA1 ( string parameters ) : string

Method Details

GetGatewayUrl() public static method

public static GetGatewayUrl ( bool testMode ) : string
testMode bool
return string

GetSignature() public static method

public static GetSignature ( NameValueCollection parameters, string secretKey ) : string
parameters System.Collections.Specialized.NameValueCollection
secretKey string
return string

SHA1() public static method

public static SHA1 ( string parameters ) : string
parameters string
return string