Skip to content

Commit 7085b3d

Browse files
authored
Merge pull request #1 from alexz707/ExchangeRateDefaultBug
Change default value of exchange rate
2 parents 035e262 + ef31b33 commit 7085b3d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/Model/Invoice.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ final class Invoice extends Base implements InvoiceInterface
5454
private float $customSurcharge2 = 0;
5555
private float $customSurcharge3 = 0;
5656
private float $customSurcharge4 = 0;
57-
private float $exchangeRate = 0;
57+
private float $exchangeRate = 1;
5858
private bool $customSurchargeTax1 = false;
5959
private bool $customSurchargeTax2 = false;
6060
private bool $customSurchargeTax3 = false;

0 commit comments

Comments
 (0)