yenepay.sdk.go

command module
v0.5.1 Latest Latest
Warning

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

Go to latest
Published: Jan 5, 2021 License: MIT Imports: 2 Imported by: 0

README

YenePaySDK - GoLang

Go Reference tests codecov linter Go Report Card

A Go library to integrate YenePay as a Payment method in Go Web Applications.

Getting Started

To add YenePay to your application and start collecting payments, you will first need to register on YenePay as a merchant and get your seller code. You can do that from https://www.yenepay.com/merchant.

Also make sure to enable "sandbox" mode to not incur any charges during developing/testing.

Installation

$ go get -u github.com/TibebeJs/yenepay.sdk.go

Alternatively, If you are using go-mod to manage your project, simply add yenepay to your go.mod file:

module github.com/x/y

go 1.15

require (
    "github.com/TibebeJs/yenepay.sdk.go/checkout"
)

And simply import in your source code.

Examples/Demos

Bugs

Bugs or suggestions? Visit the issue tracker

Contribution

Any contribution is highly appreciated (bug fixes, feature implementation, etc..)

Please check this section to [Contribute].

Deployment

To Be Documented Soon

Documentation

The Go Gopher

There is no documentation for this package.

Directories

Path Synopsis
Package checkout implements all checkout related logic and includes all checkout related models.
Package checkout implements all checkout related logic and includes all checkout related models.

Jump to

Keyboard shortcuts

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