Skip to content

Commit

Permalink
Merge pull request #109 from BudsiesApp/33106-add-personal-details-up…
Browse files Browse the repository at this point in the history
…date-endpoint

#33106: Magento 1 - prepare resource for cart personal details updates
  • Loading branch information
gorbunovav authored Sep 26, 2024
2 parents c784bc0 + ac66c69 commit 4f90adc
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/api/extensions/budsies/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -689,6 +689,10 @@ module.exports = ({ config, db }) => {
});
});

budsiesApi.post('/carts/personal-details-update-requests', (req, res) => {
apiStatus(res, true, 200);
});

budsiesApi.get('/stores/ratings', (req, res) => {
const client = Magento1Client(multiStoreConfig(config.magento1.api, req));

Expand Down

0 comments on commit 4f90adc

Please sign in to comment.