You've already forked monobank-firefly3-bot
Add personal accounts support, fix multiple transactions store
This commit is contained in:
@ -9,7 +9,7 @@ import (
|
||||
func ClientInfo() (models2.ClientInfo, error) {
|
||||
data := models2.ClientInfo{}
|
||||
|
||||
responseJson, err := monobank.Request("GET", "https://firefly3.monobank.ua/personal/client-info", struct{}{})
|
||||
responseJson, err := monobank.Request("GET", "https://api.monobank.ua/personal/client-info", struct{}{})
|
||||
if err != nil {
|
||||
return data, err
|
||||
}
|
||||
|
Reference in New Issue
Block a user