File tree Expand file tree Collapse file tree 1 file changed +3
-2
lines changed
app/code/Meta/BusinessExtension/Model/System Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Original file line number Diff line number Diff line change @@ -387,7 +387,7 @@ public function isOrderSyncEnabled($scopeId = null, $scope = null): bool
387
387
* @SuppressWarnings(PHPMD.BooleanGetMethodName)
388
388
* @param int $scopeId
389
389
* @param int $scope
390
- * @return bool
390
+ * @return bool
391
391
*/
392
392
public function getDefaultOrderStatus ($ scopeId = null , $ scope = null )
393
393
{
@@ -863,7 +863,8 @@ function ($store) {
863
863
$ scopeId = $ store ->getId ();
864
864
return $ this ->isPostOnboardingState ($ scopeId ) &&
865
865
$ this ->isActiveExtension ($ scopeId ) &&
866
- // A slight nuance. You can be installed, but not "onsite" -- unless you have valid commerce account.
866
+ // A slight nuance.
867
+ // You can be installed, but not "onsite" -- unless you have valid commerce account.
867
868
$ this ->getCommerceAccountId ($ scopeId );
868
869
}
869
870
);
You can’t perform that action at this time.
0 commit comments