shahriar-shojib / bkash-payment-gateway

Nodejs library to accept bKash payments on your backend application
MIT License
83 stars 16 forks source link

TypeError: BkashGateway is not a constructor -- bkash payment integration #127

Closed Nargis21 closed 1 year ago

Nargis21 commented 1 year ago

I got this error when want to get "BkashGateway" and require "bkash-payment-gateway" package

shahriar-shojib commented 1 year ago

try importing like this

const { BkashGateway } = require('bkash-payment-gateway');

I updated the README with new import syntax