Sha256: a61f7002c893e2aefcb086b47f652ba98242ca73e4affce98910468c869483b9
Contents?: true
Size: 533 Bytes
Versions: 50
Compression:
Stored size: 533 Bytes
Contents
module ActiveMerchant module Billing module Integrations module PaypalPaymentsAdvanced autoload :Helper, 'active_merchant/billing/integrations/paypal_payments_advanced/helper.rb' mattr_accessor :service_url self.service_url = 'https://payflowlink.paypal.com' def self.notification(post, options = {}) PayflowLink::Notification.new(post) end def self.return(query_string, options = {}) Return.new(query_string) end end end end end
Version data entries
50 entries across 50 versions & 4 rubygems