Skip to content

TYPO in lib/snapBi #77

@sasakiRoo

Description

@sasakiRoo

previously https://github.com/Midtrans/midtrans-nodejs-client/issues/76 , i encountered an issue that my node module cannot find "SnapBiApiRequestor".

so i checked it myslef, and found out that this code from folder lib/snapBi
const SnapBiApiRequestor = require('./SnapBiApiRequestor');

this code create problem CANNOT FIND MODULE and needs to be fixed, so that user dont need to fix it themselve.

expected code:
const SnapBiApiRequestor = require('./snapBiApiRequestor');

https://github.com/Midtrans/midtrans-nodejs-client/blob/master/lib/SnapBi/snapBi.js

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions