Sha256: ef9d14a842e093505a6c920badfa8ea9f9160694ea1bea36d71a94619c03f340

Contents?: true

Size: 651 Bytes

Versions: 28

Compression:

Stored size: 651 Bytes

Contents

# Set your key and id
MP_APIKEY = ENV['MP_APIKEY']
MP_ID = ENV['MP_ID']

# Set the Maxipago API version: currently (3.1.1.15)
MP_APIVERSION = "3.1.1.15"

# Maxipago API Urls - production
MP_URL_TRANSACTION = "https://api.maxipago.net/UniversalAPI/postXML"
MP_URL_API = "https://api.maxipago.net/UniversalAPI/postAPI"
MP_URL_RAPI =  "https://api.maxipago.net/ReportsAPI/servlet/ReportsAPI"

# Maxipago API Urls - development and test
URL_TEST_TRANSACTION = "https://testapi.maxipago.net/UniversalAPI/postXML"
URL_TEST_API = "https://testapi.maxipago.net/UniversalAPI/postAPI"
URL_TEST_RAPI = "https://testapi.maxipago.net/ReportsAPI/servlet/ReportsAPI"

Version data entries

28 entries across 28 versions & 1 rubygems

Version Path
maxipago-0.1.10 lib/generators/maxipago/templates/maxipago_config_template.rb
maxipago-0.1.9 lib/generators/maxipago/templates/maxipago_config_template.rb
maxipago-0.1.8 lib/generators/maxipago/templates/maxipago_config_template.rb
maxipago-0.1.7 lib/generators/maxipago/templates/maxipago_config_template.rb
maxipago-0.1.6 lib/generators/maxipago/templates/maxipago_config_template.rb
maxipago-0.1.5 lib/generators/maxipago/templates/maxipago_config_template.rb
maxipago-0.1.4 lib/generators/maxipago/templates/maxipago_config_template.rb
maxipago-0.1.3 lib/generators/maxipago/templates/maxipago_config_template.rb