Skip to content

Node - No callback call on create transaction with payment and preauth #28

@eric-lunii

Description

@eric-lunii

You have an error line 4367 and 4392:
return this._createTransaction(map, amount, currency, description, client, fee_amount, fee_payment, cb);
Should be:
return this._createTransaction(map, amount, currency, description, client, fee_amount, fee_payment, fee_currency, cb);
Otherwise callback isn't called!

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions