Rob
Rob
Firefox 75.0 Ubuntu 18.04
Laravel only serializes the model identifier for queueable jobs. So as long as you still have a regular id alongside the uuid on the model (which you should have) you'll...
@binaryfire Do you have the `Illuminate\Queue\SerializesModels` trait on your job?
@JulianGro Are you willing to send me a screenshot of the data in the database? This can be multiple transaction records for a single transaction if there's a currency conversion....
Hey! Sorry for the late response. The application stopped syncing when it reached an empty month. I fixed this in `develop`. You can now pass `--keep-going` to the `sync` command....
Hey, i'm sorry. this is in the `develop` tag. This hasn't made it into a release yet.
Hey! The PayPal sandbox doesn't have any actual data. Its a virtual environment that simulates the production environment. If you want to try the importer with the sandbox you can...
@Se7enair Are you using the same credentials in the importer as in the Banking4 app?
I went through the documentation and it seems like there's no way anymore for a personal account to generate api credentials. I myself have no way to make new credentials...
So i changed my account to a business account after contacting support. I had working api keys that i couldn't manage in the developer dashboard since the 'live' toggle stopped...