gpwebpay

package module
v0.0.0-...-b1e4eb8 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Jul 27, 2021 License: MIT Imports: 11 Imported by: 0

README

gpwebpay-go

Docs > https://www.gpwebpay.cz/en/Download.html

Testing

go test ./...

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Config

type Config struct {
	Currency                     string
	DepositFlag                  string
	MerchantCallbackUrl          string
	MerchantId                   string
	MerchantPrivateKey           string
	MerchantPrivateKeyPassphrase string
	GPWebpayPublicKey            string
	GPWebpayUrl                  string
}

func (*Config) InitConfigFromEnv

func (config *Config) InitConfigFromEnv()

type GPWebpayClient

type GPWebpayClient struct {
	// contains filtered or unexported fields
}

func NewClient

func NewClient(config Config, httpClient *http.Client) (*GPWebpayClient, error)

func (*GPWebpayClient) GetPaymentResult

func (c *GPWebpayClient) GetPaymentResult(url string, key []byte)

func (*GPWebpayClient) RequestPayment

func (client *GPWebpayClient) RequestPayment() (*http.Response, error)

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL