We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0dce648 commit ac6b84bCopy full SHA for ac6b84b
packages/wallet/backend/src/transaction/service.ts
@@ -160,7 +160,7 @@ export class TransactionService implements ITransactionService {
160
walletAddressId: walletAddress.id,
161
accountId: walletAddress.accountId,
162
paymentId: transaction.transactionId,
163
- assetCode: transaction.billingCurrency,
+ assetCode: 'EUR',
164
value: transformBalance(Number(transaction.billingAmount), 2),
165
type: 'OUTGOING',
166
status: 'COMPLETED',
0 commit comments