Sha256: 6c5876a8f4e096ee4f287b870f8fe5da59ac3f0208e82ac20252c150808eca3a
Contents?: true
Size: 198 Bytes
Versions: 34
Compression:
Stored size: 198 Bytes
Contents
require 'test_helper' class PaypalReturnTest < Test::Unit::TestCase include ActiveMerchant::Billing::Integrations def test_return r = Paypal::Return.new('') assert r.success? end end
Version data entries
34 entries across 34 versions & 11 rubygems