mychaelgo / gojek

Un-official Gojek & GoPay API Wrapper
MIT License
59 stars 15 forks source link

Publish new code to NPM #12

Closed rohmanhm closed 1 year ago

rohmanhm commented 6 years ago

Version 1.1.0 on NPM still using old code.

Inside the docs, you described we need to passed page and limit parameters to getGoPayHistory function. https://github.com/mychaelgo/gojek/blob/master/README.md#get-go-pay-transaction-history

But, in version 1.1.0 at NPM there are no page and limit parameters. Only callback. image

After looking inside this repo, you have provided the page and limit parameters. https://github.com/mychaelgo/gojek/blob/906b95f32e5609a56759503125c8960e338c8d61/src/payment.js#L12-L22

I think you just need to publish new code to NPM like version 1.1.1

mychaelgo commented 1 year ago

@rohmanhm please check new version