Updated text for vouchers (boarding passes)
authorChuck Scott <cscott@gaslightmedia.com>
Wed, 13 Aug 2014 16:07:07 +0000 (12:07 -0400)
committerChuck Scott <cscott@gaslightmedia.com>
Wed, 13 Aug 2014 16:07:07 +0000 (12:07 -0400)
config/applications/EventManagement.ini

index 87b7b13..bc51022 100644 (file)
@@ -143,7 +143,7 @@ term.nav.select_more_of_these   = "More"
 term.nav.add_to_cart            = "Add to Cart"
 term.nav.checkout               = "Proceed to Checkout"
 term.nav.purchase               = "Click to Purchase Selected Items"
-term.nav.print_vouchers         = "Print Vouchers"
+term.nav.print_vouchers         = "Print Boarding Passes"
 term.nav.delete_from_cart       = "Delete these items from your cart"
 
 ;   Prompts used for shop checkout fields
@@ -172,7 +172,7 @@ text.cart.select_likely_date            = "Please select your likely departure d
 ; chuck's server configuration data inherits from development
 ; and overrides values as necessary
 [chuck : development]
-option.checkout_testing         = false  ;Dissables clearing of cart and storing of purchase to permit repeat checkout submissions.
+option.checkout_testing         = true  ;Dissables clearing of cart and storing of purchase to permit repeat checkout submissions.
 
 ; steve's server configuration data inherits from development
 ; and overrides values as necessary