1.4.7 • Published 2 years ago

@pokepay/pokepay-partner-sdk v1.4.7

Weekly downloads
-
License
MIT
Repository
github
Last release
2 years ago

Pokepay Partner SDK for NodeJS

How to test it

$ npm install
$ npm run dev -- config.ini

To run full tests, put settings and testdata to ~/.pokepay/test-config.ini. then,

$ npm run test

test-confg.ini is like below inifile.

CLIENT_ID        = xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx
CLIENT_SECRET    = yyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyy
API_BASE_URL     = https://partnerapi-dev.pokepay.jp
SSL_KEY_FILE     = /path/to/key.pem
SSL_CERT_FILE    = /path/to/cert.pem

TIMEZONE         = Asia/Tokyo
CONNECTTIMEOUT   = 10
TIMEOUT          = 10

[testdata]
shop_id = zzzzzzzz-zzzz-zzzz-zzzz-zzzzzzzzzzzz
customer_id = wwwwwwww-wwww-wwww-wwww-wwwwwwwwwwww
private_money_id = vvvvvvvv-vvvv-vvvv-vvvv-vvvvvvvvvvvv

Minimum supported Node LTS

  • Node v8.17.0 (LTS)

How to use

1.4.6

2 years ago

1.4.7

2 years ago

1.4.5

3 years ago

1.4.4

3 years ago

1.4.3

3 years ago

1.4.2

3 years ago

1.4.1

3 years ago

1.4.0

4 years ago

1.3.0

4 years ago

1.2.0

4 years ago

1.1.0

4 years ago