Invoices can be uploaded
This commit is contained in:
@@ -22,6 +22,10 @@ class Amount {
|
||||
return $this->amount;
|
||||
}
|
||||
|
||||
public function getRoundedAmount() : int {
|
||||
return round($this->amount);
|
||||
}
|
||||
|
||||
public function getCurrency() : string {
|
||||
return $this->currency;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user