Skip to content

Automated Payment and Shipping Confirmation Processor#155

Open
GautamBytes wants to merge 1 commit intoshopstr-eng:mainfrom
GautamBytes:automated-processor
Open

Automated Payment and Shipping Confirmation Processor#155
GautamBytes wants to merge 1 commit intoshopstr-eng:mainfrom
GautamBytes:automated-processor

Conversation

@GautamBytes
Copy link
Contributor

Implements automated DM notifications for order processing workflow. When customers complete payments (Lightning invoice or Cashu), the system automatically sends payment confirmation messages to buyers and shipping confirmation messages upon order fulfillment, streamlining the merchant-customer communication process.

@github-actions
Copy link

🚨 Linting & Formatting Report

ESLint found 36 issue(s). Run npx eslint --fix locally.

  • [components/display-products.tsx:90:6] React Hook useEffect has missing dependencies: 'followsContext.followList' and 'followsContext.isLoading'. Either include them or remove the dependency array. (react-hooks/exhaustive-deps)
  • [components/display-products.tsx:102:6] React Hook useEffect has a missing dependency: 'setCategories'. Either include it or remove the dependency array. If 'setCategories' changes too often, find the parent component that defines it and wrap that definition in useCallback. (react-hooks/exhaustive-deps)
  • [components/display-products.tsx:129:6] React Hook useEffect has missing dependencies: 'onFilteredProductsChange', 'productSatisfiesAllFilters', and 'userPubkey'. Either include them or remove the dependency array. If 'onFilteredProductsChange' changes too often, find the parent component that defines it and wrap that definition in useCallback. (react-hooks/exhaustive-deps)

…and 33 more.

Prettier found formatting issues. Run npx prettier --write . locally.

🔍 Please fix these before merging.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant