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!