package
0.0.1
Repository: https://github.com/clouway/go-epay.git
Documentation: pkg.go.dev

# README

goepay on App Engine

Prerequisites

Setting Up the Environment

The environment configuration is provided through the Environment entity in the datastore where it's structure should be as follow:

  1. Entity kind should be "Environment"
  2. Key - with "default" value if appspot domain is used or name of your domain if different one is used: e.g "myepaygw.yourdomain.com"
  3. billingKey (type string) - the json key generated from the IAM console of TelcoNG
  4. billingURL (type string) - the url of the billing, e.g https://cloud.telcong.com or of the provided testing environment
  5. epaySecret (type string) - the secret that was provided by ePay for doing hmac verificatoins
  6. merchantId (type string) - the id of the Merchant provided by ePay

Deployment

gcloud --project yourprojectname app deploy --no-promote app.yaml

# Constants

EPAY payment source.
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author