Sha256: ebfe625c726b8bda7ac50b04f63b75e65b15cd1dc29b31b27e7f3282e513a4ce
Contents?: true
Size: 206 Bytes
Versions: 2
Compression:
Stored size: 206 Bytes
Contents
module Pingpp class Charge < APIResource extend Pingpp::APIOperations::Create extend Pingpp::APIOperations::List private def refund_url resource_url + '/refunds' end end end
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
pingpp-2.1.1 | lib/pingpp/charge.rb |
pingpp-2.1.0 | lib/pingpp/charge.rb |