Stringify IDs for #7944

This commit is contained in:
James Cole
2023-09-09 15:12:24 +02:00
parent 6ab79a87fe
commit 62502c746c
11 changed files with 71 additions and 71 deletions

View File

@@ -114,7 +114,7 @@ class AccountController extends Controller
'currency_decimal_places' => $currency->decimal_places,
// the default currency of the user (could be the same!)
'native_id' => (int)$default->id,
'native_id' => (string)$default->id,
'native_code' => $default->code,
'native_symbol' => $default->symbol,
'native_decimal_places' => (int)$default->decimal_places,