dguglielmi-git / innovandoliving

InnovandoLiving - NextJS Ecommerce - Official Website
2 stars 0 forks source link

Backend Migration - Cart Frontend Calls #23

Closed dguglielmi-git closed 1 year ago

dguglielmi-git commented 1 year ago

In order to adapt the Cart management to the new Cloud function backend, we need to update the methods listed below that are used to communicate with the backend.

In Scope: The following methods needs to be updated calling to the Cloud function backend:

Dev Notes:

dguglielmi-git commented 1 year ago

Once we are progressing we will be logging here to track progress.

dguglielmi-git commented 1 year ago

We will send a PR to update the development environment.

dguglielmi-git commented 1 year ago

We removed all the component that were managing stripe payment methods since we are not using that gateway in this version.