GithubHelp home page GithubHelp logo

gopay-payment-gateway's People

Contributors

yukinotenshi avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar

gopay-payment-gateway's Issues

python setup.py error

Your gopay email address : xxxx@xxxx
Please enter your phone verification token : xxxx
Traceback (most recent call last):
  File "setup.py", line 13, in <module>
    token = gopay.login()
  File "T:\Tutorial\Python\gopay-payment-gateway\base.py", line 72, in login
    self.request.token = json.loads(r.text)["data"]["access_token"]
KeyError: 'data'

Python 3.7

Intro

Jadi ini fungsinya bagaimana? bisa dijelaskan secara detail?

Official Docs

Is there official documentation from GOJEK out there? so that we can easily contribute further to this repository.

/v3/customers/token in login function return error

in the login function, I got following error after submitting my OTP:

 File "setup.py", line 13, in <module>
    token = gopay.login()
  File "/Users/user/Documents/Project/CashlessSociety/gopay-payment-gateway/base.py", line 71, in login
    self.request.token = json.loads(r.text)['data']['access_token']
KeyError: 'data'

and this is the value of json.loads(r.text)

{'success': False, 'errors': [{'message_title': 'Permintaan ditolak', 'message_severity': 'error', 'code': 'F_Rejected', 'message': 'Permintaan Anda ditolak. Mohon coba beberapa saat lagi.'}]}

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.