class BillingIntegration::PaypalExpressUk < BillingIntegration preference :login, :string preference :password, :password preference :signature, :string def provider_class ActiveMerchant::Billing::PaypalExpressUkGateway end end