shipstation icon indicating copy to clipboard operation
shipstation copied to clipboard

Generate landing pages, html templates, portfolios and more using state of the art AI tools. Works most of the times. Works really really well sometimes!

Results 17 shipstation issues
Sort by recently updated
recently updated
newest added

refactored server.js - moved routes to `server/routes/` folder - moved error handler to `server/middleware` - moved socket logic to `server/socket` - moved utils to `server/utlis`

- changes the paypalButton.jsx file to support paypal webhook - tested paypal payment in sandbox - fixed the email problem - added required env variables in env.local in client

Features included in this PR, - [x] **no linting issues** - check using `npm run lint` or are checked before committing code - [x] **unused imports** - added eslint plugin...

Integrated PayPal Webhook Handling: (keeping the logic close to same as Razorpay) Added endpoint '/paypal-webhook' to handle PayPal webhook notifications. Verified webhook signatures using PayPal SDK. Processed PayPal payment events...

Removed unused imports. Also made some formatting changes in client file. Built it before pushing.

chore

Closes #14 - Added reduce available ship in `startProject` event. - Added a catch handling to revert the available ships in case of any error. - Commented the code for...

cleanup

We need to ensure there are - no linting issues - unused imports - unformatted code - that client is built before pushing to main if there where any changes...

good first issue
help wanted

We need to integrate paypal for taking payments. Currently we have paypal payment buttons which are just external pages which accept payment and send a webhook. The endgoal is to...

enhancement

Improve tool descriptions and prompts to have better designed and modern looking websites. Currently generated ones work but design can be improved by miles. Also currently same flow is used...

critical