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.30 lib/generators/maxipago/templates/maxipago_config_template.rb
maxipago-0.1.29 lib/generators/maxipago/templates/maxipago_config_template.rb
maxipago-0.1.28 lib/generators/maxipago/templates/maxipago_config_template.rb
maxipago-0.1.27 lib/generators/maxipago/templates/maxipago_config_template.rb
maxipago-0.1.26 lib/generators/maxipago/templates/maxipago_config_template.rb
maxipago-0.1.25 lib/generators/maxipago/templates/maxipago_config_template.rb
maxipago-0.1.24 lib/generators/maxipago/templates/maxipago_config_template.rb
maxipago-0.1.23 lib/generators/maxipago/templates/maxipago_config_template.rb
maxipago-0.1.22 lib/generators/maxipago/templates/maxipago_config_template.rb
maxipago-0.1.21 lib/generators/maxipago/templates/maxipago_config_template.rb
maxipago-0.1.20 lib/generators/maxipago/templates/maxipago_config_template.rb
maxipago-0.1.19 lib/generators/maxipago/templates/maxipago_config_template.rb
maxipago-0.1.18 lib/generators/maxipago/templates/maxipago_config_template.rb
maxipago-0.1.17 lib/generators/maxipago/templates/maxipago_config_template.rb
maxipago-0.1.16 lib/generators/maxipago/templates/maxipago_config_template.rb
maxipago-0.1.15 lib/generators/maxipago/templates/maxipago_config_template.rb
maxipago-0.1.14 lib/generators/maxipago/templates/maxipago_config_template.rb
maxipago-0.1.13 lib/generators/maxipago/templates/maxipago_config_template.rb
maxipago-0.1.12 lib/generators/maxipago/templates/maxipago_config_template.rb
maxipago-0.1.11 lib/generators/maxipago/templates/maxipago_config_template.rb