cannot seem to find the store hash in my response. Context comes in as "".
This is my omniauth.rb
Rails.application.config.middleware.use OmniAuth::Builder do
provider :bigcommerce, ENV['BC_ID'], ENV['BC_SECRET'], scope: "store_v2_orders"
end
In my app settings. I only have the Orders permission set to modify.
cannot seem to find the store hash in my response. Context comes in as "".
This is my omniauth.rb
In my app settings. I only have the Orders permission set to modify.