mage2pro / stripe

Stripe integration with Magento 2
https://upwork.com/fl/mage2pro
61 stars 7 forks source link

«Could not save credit memo»: «Division by zero in magento/module-sales/Model/Order/Creditmemo/Item.php» #43

Closed dmitrii-fediuk closed 6 years ago

dmitrii-fediuk commented 6 years ago

https://sentry.io/dmitry-fedyuk/mage2pro-stripe/issues/375345346/events/8240096335

$this->setRowTotalInclTax(
    $creditmemo->roundPrice($rowTotalInclTax / $orderItemQty * $qty, 'including')
);

https://github.com/magento/magento2/blob/2.1.7/app/code/Magento/Sales/Model/Order/Creditmemo/Item.php#L263-L265

dmitrii-fediuk commented 6 years ago

Unable to reproduce it myself. If anyone among the clients is experiencing this issue, then provide me an access to your server.