Skip to content

Commit

Permalink
Merge pull request #115 from alphamanuscript/master
Browse files Browse the repository at this point in the history
v0.2.1 Release
  • Loading branch information
habbes authored Aug 28, 2020
2 parents 44ab618 + 5678b86 commit cffcb72
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion server/src/core/payment/transaction-service.ts
Original file line number Diff line number Diff line change
Expand Up @@ -114,7 +114,7 @@ export class Transactions implements TransactionService {
};

try {
const transaction = await this.sendFundsToUser(from, trxArgs);
const transaction = await this.sendFundsToUser(to, trxArgs);
return transaction;
}
catch (e) {
Expand Down

0 comments on commit cffcb72

Please sign in to comment.