solidusio / solidusio/solidus_subscriptions
Allow empty addresses in subscription form
Nobody has claimed this yet.
- Dominant language
- Ruby
- Stars
- 49
- Forks
- 53
- Avg merge
- 4h 54m
- Merged PRs (30d)
- 1
Description
When a subscription doesn't have a shipping/billing address, it will use the default shipping/billing address from the customer's address book.
Currently, it's not possible to create a subscription without an address from the backend, and it's not possible to remove an address from an existing subscription.
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 tracing the backend subscription form and the address assignment and removal flows. Confirm how a missing address should fall back to the customer's address book, then verify that creating a subscription without an address and removing an existing subscription address both work as described.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- ruby
- Domain
- backend
- Issue type
- Feature
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 45/100