module GatewayOptionsStubs def successful_gateway_options_response StubResponse.succeeded <<-XML paypal PayPal signature Signature login true password false signature false certificate Certificate login true password false pem false true delegate Delegate email true true true true true true true true true true false false false true credit_card paypal recurring US, GB, CA http://paypal.com/ worldpay WorldPay default Default login true password false true true true true true true false false false false false false false credit_card HK, US, GB, AU, AD, BE, CH, CY, CZ, DE, DK, ES, FI, FR, GI, GR, HU, IE, IL, IT, LI, LU, MC, MT, NL, NO, NZ, PL, PT, SE, SG, SI, SM, TR, UM, VA http://worldpay.com XML end end