-
Notifications
You must be signed in to change notification settings - Fork 19
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Use CDC to display Marketplace on 1.7.6+ versions (#604)
* Use CDC to display marketplace, Register shop on enable, Unregister on disable * Bump version to 2.3.0 and register shop on upgrade to 2.3.0 * Clean on uninstall * Handle failed registration and update shop cases * Add module_catalog and theme_catalog urls in context + php version * Add route to get customer bought modules
- Loading branch information
Showing
33 changed files
with
2,305 additions
and
164 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1,2 @@ | ||
DISTRIBUTION_API_URL="http://localhost:3000" | ||
MBO_CDC_URL="http://localhost:8080/mbo-cdc.umd.js" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -26,7 +26,7 @@ jobs: | |
runs-on: ubuntu-latest | ||
strategy: | ||
matrix: | ||
presta-versions: ['1.7.5.0', '1.7.8.8'] | ||
presta-versions: ['1.7.6.0', '1.7.8.8'] | ||
steps: | ||
- name: Checkout | ||
uses: actions/[email protected] | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.