module Bootpay::PaymentResource

bootpay dev api Comment by Gosomi Date: 2020-06-18 @return [Hash]

Public Instance Methods

update_pg_resource(data) click to toggle source
# File lib/bootpay/payment_resource.rb, line 10
def update_pg_resource(data)
  request(
    uri: 'project/payment',
    payload: data
  )
end