lib/paykassa/order.rb in paykassa-0.1.10 vs lib/paykassa/order.rb in paykassa-0.1.11
- old
+ new
@@ -4,10 +4,11 @@
BASE_SCI_URI = URI('https://paykassa.pro/sci/0.3/index.php')
# def initialize(auth)
# where auth has keys: sci_id, sci_key, domain
- def initialize(auth)
+ def initialize(auth, logger = nil)
+ @logger = logger
@_auth = auth
end
# Request for create order
def create_order(amount:, currency:, order_id:, comment:, system:)
\ No newline at end of file