Sha256: cb34bc769657a1bd59a9a6503105ce9d9ecbb999e94965a4a1839a9f9834b42e
Contents?: true
Size: 259 Bytes
Versions: 1
Compression:
Stored size: 259 Bytes
Contents
module PayPal module ExpressCheckout module Response class Capture < PayPal::ExpressCheckout::Response::Base has_fields :payment, :amount def pending? payment_status == 'Pending' end end end end end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
paypal-payment-0.1.2 | lib/paypal/express_checkout/response/capture.rb |