leofuturer / eDrops3

The 3rd generation of the eDrops web application.
MIT License
0 stars 0 forks source link

order details includes link to shopify #100

Closed cmchoi220 closed 1 year ago

cmchoi220 commented 1 year ago

Addresses Issue #76: The Order Details Window from the User's Dashboard now shows a link to the Shopify Order Confirmation.

Done using a React useEffect, "OrderLink" that stores the checkout link from res.data.checkoutLink.

Kenny477 commented 1 year ago

@cmchoi220 Please change the base branch from master to stage. Generally we PR into stage, then only PR from stage into master when doing deploys. Thanks :)

Kenny477 commented 1 year ago

I suggest you also merge/rebase stage to your branch as stage is usually slightly ahead of master.