digitalsense do you know whitch file in this plug handles this matter?
The odd thing is that is the price is a round number the payment goes through OK. eg. it works on total 1.20 but not on total 1.88 and the stripe log would say something like "188.3" or similar. I went through most of the files in this plugin but did not find anything suspicious.
as for recent errors I got these:
mysqli::query(): Couldn't fetch mysqli in /home/yefpldvs9qff/public_html/oc-includes/osclass/classes/database/DBCommandClass.php on line 1011
[05-Mar-2019 13:07:03 UTC] PHP Warning: DBCommandClass::errorReport(): Couldn't fetch mysqli in /home/yefpldvs9qff/public_html/oc-includes/osclass/classes/database/DBCommandClass.php on line 1786
[05-Mar-2019 13:07:03 UTC] PHP Warning: DBCommandClass::errorReport(): Couldn't fetch mysqli in /home/yefpldvs9qff/public_html/oc-includes/osclass/classes/database/DBCommandClass.php on line 1787
and this is lines 1786/1787
$this->errorLevel = $this->connId->errno;
$this->errorDesc = $this->connId->error;
is this "errno" correct or is it typo and should be "error"?
Anyone has any ideas on how to proceed?
may be try rounding the amount before it goes to the stripe will solve the issue ?