lib/adyen.rb in adyen-1.4.0 vs lib/adyen.rb in adyen-1.4.1
- old
+ new
@@ -7,20 +7,16 @@
# to the Adyen payment system, and generating and checking of signatures.
# * {Adyen::API} for communicating with the Adyen SOAP services for issuing
# (recurring) payments and recurring contract maintenance.
module Adyen
- # Version constant for the Adyen plugin.
- # DO NOT CHANGE THIS VALUE BY HAND. It will be updated automatically by
- # the gem:release rake task.
- VERSION = "1.4.0"
-
# @return [Configuration] The configuration singleton.
def self.configuration
@configuration ||= Adyen::Configuration.new
end
end
+require 'adyen/version'
require 'adyen/configuration'
require 'adyen/encoding'
require 'adyen/formatter'
require 'adyen/form'
require 'adyen/api'