solidusio / solidusio/solidus_subscriptions
Subscription Line items should increase quantity for a matching interval
Open
Nobody has claimed this yet.
bug
- Dominant language
- Ruby
- Stars
- 49
- Forks
- 53
- Avg merge
- 4h 54m
- Merged PRs (30d)
- 1
Description
When a subscribable product is in the cart and is added twice with matching interval it should increase the quantity instead of adding a new subscription line item.
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start by locating the subscription cart line-item handling in the Ruby code and reproduce adding the same subscribable product twice with a matching interval. Done means the existing subscription line item increases its quantity and no separate line item is created.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- ruby
- Domain
- backend
- Issue type
- Bug
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 45/100