Sha256: 634e394d17576b5603ac33e78eab13a652abbe57bb4b35a8ab12ed5c0cf4dced
Contents?: true
Size: 583 Bytes
Versions: 6
Compression:
Stored size: 583 Bytes
Contents
require 'adyen/hpp/signature' require 'adyen/hpp/request' require 'adyen/hpp/response' module Adyen module HPP # The DOMAIN of the Adyen payment system that still requires the current # Adyen enviroment. HPP_DOMAIN = "%s.adyen.com" # The URL of the Adyen payment system that still requires the current # domain and payment flow to be filled. HPP_URL = "https://%s/hpp/%s.shtml" class Error < Adyen::Error end class ForgedResponse < Adyen::HPP::Error end class Notification def initialize(request) end end end end
Version data entries
6 entries across 6 versions & 2 rubygems