Auto commit for release 'develop' on 2025-01-15

This commit is contained in:
github-actions
2025-01-15 20:30:00 +01:00
parent df863b6cff
commit fa6c621968
6 changed files with 92 additions and 92 deletions

View File

@@ -307,7 +307,7 @@ class AccountRepository implements AccountRepositoryInterface
if (null === $transaction) {
return null;
}
if($convertToNative) {
if ($convertToNative) {
return $transaction->native_amount ?? '0';
}