sharetribe/sharetribe

View on GitHub
lib/services/paypal_service/api/fake_pal_store.rb

Summary

Maintainability
A
0 mins
Test Coverage
module PaypalService
  module API
    class FakePalStore
      def namespace
        raise InterfaceMethodNotImplementedError.new
      end
    end
  end
end