espago/espago

View on GitHub
lib/espago/api_connection/visacheckout_post.rb

Summary

Maintainability
A
0 mins
Test Coverage
module Espago
  class ApiConnection
    class VisacheckoutPost < ApiPost
      def request(params = {})
        super("visacheckout", params)
      end
    end
  end
end