Module: Mastercard::Common
- Defined in:
- lib/mastercard_api/common/url_util.rb,
lib/mastercard_api/common/connector.rb,
lib/mastercard_api/common/environment.rb,
lib/mastercard_api/common/oauth_constants.rb,
lib/mastercard_api/common/oauth_parameters.rb
Defined Under Namespace
Classes: Connector, OAuthParameters, URLUtil
Constant Summary collapse
- SANDBOX =
'sandbox'- PRODUCTION =
'production'- OAUTH_BODY_HASH =
'oauth_body_hash'- OAUTH_CONSUMER_KEY =
'oauth_consumer_key'- OAUTH_NONCE =
'oauth_nonce'- OAUTH_SIGNATURE =
'oauth_signature'- OAUTH_SIGNATURE_METHOD =
'oauth_signature_method'- OAUTH_TIMESTAMP =
'oauth_timestamp'- OAUTH_VERSION =
'oauth_version'