diff --git a/src/PaymentTerms.php b/src/PaymentTerms.php index d6ae258..662ae20 100644 --- a/src/PaymentTerms.php +++ b/src/PaymentTerms.php @@ -104,7 +104,7 @@ public function xmlSerialize(Writer $writer): void 'name' => Schema::CBC . 'Amount', 'value' => NumberFormatter::format($this->amount, 2), 'attributes' => [ - 'currencyID' => 'EUR' + 'currencyID' => Generator::$currencyID ] ] ]);