Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Adding the ability to specify a store or website code instead of an identifier #12

Open
wants to merge 2 commits into
base: v2.4
Choose a base branch
from

Conversation

Daseraf
Copy link
Collaborator

@Daseraf Daseraf commented Jul 6, 2023

No description provided.

@@ -94,6 +103,21 @@ protected function execute(
$scope = $scopeKeyExtracted['scope'];
$scopeId = $scopeKeyExtracted['scopeId'];

try {
if (is_string($scopeId)) {
Copy link
Contributor

@luckyraul luckyraul Jul 6, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Is it not always string?

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@luckyraul luckyraul force-pushed the v2.4 branch 3 times, most recently from 50bbc9d to e3562f5 Compare May 15, 2024 13:23
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants