Skip to content

Commit ac6b84b

Browse files
authored
fix: set currency to euro (#1782)
1 parent 0dce648 commit ac6b84b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/wallet/backend/src/transaction/service.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -160,7 +160,7 @@ export class TransactionService implements ITransactionService {
160160
walletAddressId: walletAddress.id,
161161
accountId: walletAddress.accountId,
162162
paymentId: transaction.transactionId,
163-
assetCode: transaction.billingCurrency,
163+
assetCode: 'EUR',
164164
value: transformBalance(Number(transaction.billingAmount), 2),
165165
type: 'OUTGOING',
166166
status: 'COMPLETED',

0 commit comments

Comments
 (0)