Method: ActiveMerchant::PostsData#ssl_post
- Defined in:
- lib/active_merchant/posts_data.rb
#ssl_post(endpoint, data, headers = {}) ⇒ Object
41 42 43 |
# File 'lib/active_merchant/posts_data.rb', line 41 def ssl_post(endpoint, data, headers = {}) ssl_request(:post, endpoint, data, headers) end |