Oved AYDIN
Oved AYDIN
If `window.google` is `undefined`, it's not going to load the code. I disable the button if it is undefined. @taylor-tugboat
> Well dang, it's definitely not supposed to do that. Thank you for the report. I've reached out to the Transactions team to let them know and will respond here...
> We plan to update the API behavior on the week of January 6th. (We are delaying the fix so that we can notify customers using this endpoint and give...
@phoenixy1 It seems like there are more issues here. `{'account': {'account_id': '', 'balances': {'available': None, 'current': None, 'iso_currency_code': None, 'limit': None, 'unofficial_currency_code': None}, 'mask': None, 'name': None, 'official_name': None, 'subtype':...
I believe it tries to return some data even if it's not ready. When you wait a little bit then you get the actual data. @phoenixy1 this is the code...
Hi @phoenixy1 , any updates on this issue?
> [@ovedaydin](https://github.com/ovedaydin) sorry for the delay, it looks like I missed the notification for your response. I'll take a look at this. Is there any urgency on your side on...
Hi @phoenixy1 I just wanted to check if this is going to be fixed by April 21.
@phoenixy1 It doesn't seem like it's fixed, I still get: `Invalid type for variable 'account'. Required value type is AccountBaseNullable and passed type was NoneType at ['received_data']['account']` I would really...
Thank you. ``` { "account": null, "added": [], "has_more": true, "modified": [], "next_cursor": "CAESJW9RNTRhcFJrUU5INXFKV1FBRE45aE14YmRicFJWYWNvSnhNNXoiDAjP8Z3BBhDw7pqJASoMCNXxncEGEIi/6f4B", "removed": [], "request_id": "FkVx6yMHBsjDtGc", "transactions_update_status": "HISTORICAL_UPDATE_COMPLETE" } ``` Is this expected though? How could account be...