You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Nov 30, 2022. It is now read-only.
@andthink Thanks for the PR, I had to make a couple modifications to have it pass some tests, allowing null values. If you'd like to give the master branch a try via updating composer entry to "dev-master", and seeing if this solves your issue. If so, I'll update contributors file with your username, and release a patch :)
Expected Behavior
parameter $shop is present in request in config_api_callback
Current Behavior
Apps breaks because $shop is null
Failure Information
I can't manage different store in config_api_callback
Steps to Reproduce
Please provide detailed steps for reproducing the issue.
In admin use config_api_callback to determine different apikeys, sometimes the $shop variable is not defined when changing page.
Proposed PR
#722
The text was updated successfully, but these errors were encountered: