examples/customer.rb in voucherify-0.4.0 vs examples/customer.rb in voucherify-0.5.0

- old
+ new

@@ -14,10 +14,10 @@ } }) print(new_customer) -customer = voucherify.fetch_customer(new_customer["id"]) +customer = voucherify.get_customer(new_customer["id"]) print(customer) customer[:description] = "Sample description of customer with updates"