doofinder / doofinder-magento2

Open Software License 3.0
10 stars 9 forks source link

Change store url for admin url #242

Closed sofia-doofinder closed 1 year ago

sofia-doofinder commented 1 year ago

When the user makes the doofinder login / signup we generate a callback url (magento store url) to make the postMessage after the login / signup is completed.

Some customers have a different URL for store than for backend, and we're having issues with the shop_url generated by us. This PR change the way in which this URL is generated to solve this issue.