example.rb in billme-0.13.0 vs example.rb in billme-0.19.0
- old
+ new
@@ -11,10 +11,13 @@
company_address "The Neutral Zone 123"
company_city "Beta Quadrant"
company_country "Universe"
company_phone "+ 123 123 123 1"
company_email "uss@ncc1701.com"
+ vat "123456789"
+ iban "XX123456789"
+ swift "XXX123"
end
client do
project_name "Battle engagement"
name "Federation"
@@ -44,7 +47,10 @@
end
other do
notice "A finance charge of 1.5% will be made on unpaid balances after 30 days."
footer "Invoice was created on a computer and is valid without the signature and seal."
+ payment_method "Credit card"
+ operator "Cpt Picard"
+ pay_number "2015-1-1"
end
end
\ No newline at end of file