module Levelup::Templates::MerchantAuthenticated

A template to apply to any requests requiring v15 merchant authentication. If your request requires v14 merchant authentication, include this module and define auth_type as :merchant_v14. Authentication template - only apply one authentication template per request.

Attributes

merchant_access_token[RW]

An access token for a merchant that has granted you 'manage_merchant_orders' permissions.

Public Instance Methods

auth_type() click to toggle source
# File lib/levelup/templates/merchant_authenticated.rb, line 11
def auth_type
  :merchant
end