Added wrapper for PPX UK gateway

This commit is contained in:
Brian Quinn 2010-01-25 10:32:08 +00:00
parent c14eefa55a
commit 69a75ff1a8
1 changed files with 10 additions and 0 deletions

View File

@ -0,0 +1,10 @@
class BillingIntegration::PaypalExpressUk < BillingIntegration
preference :login, :string
preference :password, :password
preference :signature, :string
def provider_class
ActiveMerchant::Billing::PaypalExpressUkGateway
end
end