We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 035e262 + ef31b33 commit 7085b3dCopy full SHA for 7085b3d
1 file changed
src/Model/Invoice.php
@@ -54,7 +54,7 @@ final class Invoice extends Base implements InvoiceInterface
54
private float $customSurcharge2 = 0;
55
private float $customSurcharge3 = 0;
56
private float $customSurcharge4 = 0;
57
- private float $exchangeRate = 0;
+ private float $exchangeRate = 1;
58
private bool $customSurchargeTax1 = false;
59
private bool $customSurchargeTax2 = false;
60
private bool $customSurchargeTax3 = false;
0 commit comments