diff --git a/server/src/core/payment/transaction-service.ts b/server/src/core/payment/transaction-service.ts index 00c0a7ac..226bc256 100644 --- a/server/src/core/payment/transaction-service.ts +++ b/server/src/core/payment/transaction-service.ts @@ -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) {