From 0cb3aaacf77623dc27ed1f5c4985a91b5110b71a Mon Sep 17 00:00:00 2001 From: Stephen Paul Weber Date: Mon, 24 Jun 2024 11:15:06 -0500 Subject: [PATCH] We're gonna charge something for shipping --- forms/order_sim/header.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/forms/order_sim/header.rb b/forms/order_sim/header.rb index cf1daf6349e683a31cb8de5693bb8ac6151d37e6..db285e7de304accc2dd0e6ad4965c786ed5092fa 100644 --- a/forms/order_sim/header.rb +++ b/forms/order_sim/header.rb @@ -19,5 +19,5 @@ field( label: "Purchase Price", value: "$%.2f" % @price, type: "fixed", - description: "Includes first year and 1 GB data" + description: "Includes first year, 1 GB data, and shipping" )