You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
-`/cart`, `/channel`, and `/product`: Contains endpoints that proxy to BigCommerce APIs.`
36
-
-`/store`: Contains endpoints that update app information in the DB.`
37
-
-`/stripe`: Contains endpoints that proxy to Stripe APIs.`
35
+
-`/cart`, `/channel`, and `/product`: Contains endpoints that proxy to BigCommerce APIs.
36
+
-`/store`: Contains endpoints that update app information in the DB.
37
+
-`/stripe`: Contains endpoints that proxy to Stripe APIs.
38
38
-`/webhooks/index.ts`: Contains the webhook listener for the "Order Created" BigCommerce event which is used to create the initial Stripe subscription.
39
39
-`/src/providers`
40
40
- Where the context providers used within pages and components live.
@@ -45,12 +45,12 @@ Want to help expand this foundation? We'd love to collaborate! To kick off, here
45
45
46
46
- Improvements:
47
47
- Implement cart metafields to improve shopper UX (removes overloading of product name)
48
-
- Move FE cart requests / calculations within subscription widget to be handled within single internal API endpoint
49
-
- Centralize logging so it's easily turned on / off and connected into third-party logging services
48
+
- Move FE cart requests / calculations within the subscription widget to be handled within a single internal API endpoint
49
+
- Centralize logging so it's easily turned on / off and connected to third-party logging services
50
50
- Features:
51
51
- Additional subscription use cases outside of 'Subscribe and Save'
52
-
- Handling for more complex tax and shipping scenarios, changes occurs to price after initial subscription creation
53
-
- Ability to see subscription information inline, within My Account -> Order section of storefront
52
+
- Handling for more complex tax and shipping scenarios, changes occur to price after initial subscription creation
53
+
- Ability to see subscription information inline, within My Account -> Order section of the storefront
0 commit comments