This commit is contained in:
2025-04-20 08:15:12 +02:00
parent e3ec26a6ef
commit a8ef07bb3f
10 changed files with 425 additions and 147 deletions

View File

@@ -21,6 +21,7 @@ fn main() -> Result<(), Box<dyn std::error::Error>> {
// Create a currency for pricing
let usd = CurrencyBuilder::new()
.id(1) // Add an ID for the currency
.amount(99.99)
.currency_code("USD")
.build()