Skip to content

Fix bad account_ids filtering - #12

Merged
MPur merged 1 commit into
masterfrom
fix-account_ids-filtering
Jan 12, 2026
Merged

Fix bad account_ids filtering #12
MPur merged 1 commit into
masterfrom
fix-account_ids-filtering

Conversation

@MPur

@MPur MPur commented Jan 9, 2026

Copy link
Copy Markdown
Contributor

Fix bad filtering using guzzlehttp thought http_build_query which encode querystring. This was not understand by Linxo.

Before:
https://api.oxlin.io/v3/transactions?user_id=123456&account_ids%5B0%5D=465789&start_date=2026-01-01T00%3A00%3A00%2B01%3A00&page=1&limit=100

After:
https://api.oxlin.io/v3/transactions?user_id=123456&account_ids=465789&start_date=2026-01-01T00%3A00%3A00%2B01%3A00&page=1&limit=100

…ore querystring. This was not understand by Linxo.
@sonarqubecloud

sonarqubecloud Bot commented Jan 9, 2026

Copy link
Copy Markdown

@MPur
MPur merged commit fea6639 into master Jan 12, 2026
6 checks passed
@sylfabre
sylfabre deleted the fix-account_ids-filtering branch February 13, 2026 12:10
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant