Skip to content
New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

syntax in lib/snapBi/snapBi.js line 1, is fixed. #79

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

sasakiRoo
Copy link

-typo or mistyped in line 1 require import

this typo create an Error when running this midtrans API "Cannot find module SnapBiApiRequestor"
i already create an issue for this spesific case:
https://github.com/Midtrans/midtrans-nodejs-client/issues/77

before fix:
const SnapBiApiRequestor = require('./SnapBiApiRequestor');

after fix
const SnapBiApiRequestor = require('./snapBiApiRequestor');

# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant