Skip to content
This repository was archived by the owner on Jul 3, 2025. It is now read-only.

Conversation

@bitbybit
Copy link
Owner

@bitbybit bitbybit commented Jun 15, 2025


📝 Description

  • CartApi.addProduct(product: ProductProjection, quantity: number): Promise<ClientResponse<Cart>>
  • CartApi.removeProduct(product: ProductProjection, quantity: number): Promise<ClientResponse<Cart>>
  • CartApi.getCart(): Promise<Cart>

🔍 Rationale

AnonymousSessionFlow auth type is added to support cart modification without logging in. SessionStorage for auth token is also change to LocalStorage.

✅ Type of Change

  • ✨ New feature
  • 🐛 Bug fix
  • ♻️ Refactor (no functional changes)
  • 📚 Documentation update
  • 🚨 Breaking change

@merucoding merucoding merged commit ef3e0e5 into release/basket-about_us Jun 15, 2025
@bitbybit bitbybit deleted the feature/ECOM-79 branch June 15, 2025 08:29
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants