What is the reason for this? I need to generate reports that start at the beginning of a day and end at the end of a day, but this library is subtracting 2 minutes from each of my time limits. I'm confused as to why the library would be designed to do this.
I see here that you are subtracting 120 seconds from the time limits submitted with a report request:
https://github.com/sonnenglas/amazon-mws-laravel/blob/stable/src/AmazonCore.php#L572
What is the reason for this? I need to generate reports that start at the beginning of a day and end at the end of a day, but this library is subtracting 2 minutes from each of my time limits. I'm confused as to why the library would be designed to do this.
Can you explain that please?