-
Notifications
You must be signed in to change notification settings - Fork 0
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[pull] develop from medusajs:develop #3
Conversation
* docs: manually generate references for v2.1.2 * more changes
Automated changes by [create-pull-request](https://github.com/peter-evans/create-pull-request) GitHub action Co-authored-by: Oli Juhl <[email protected]> Co-authored-by: Shahed Nasser <[email protected]>
Important Review skippedBot user detected. To trigger a single review, invoke the You can disable this status message by setting the 🪧 TipsChatThere are 3 ways to chat with CodeRabbit:
Note: Be mindful of the bot's finite context window. It's strongly recommended to break down tasks such as reading entire modules into smaller chunks. For a focused discussion, use review comments to chat about specific files and their changes, instead of using the PR comments. CodeRabbit Commands (Invoked using PR comments)
Other keywords and placeholders
CodeRabbit Configuration File (
|
Reviewer's Guide by SourceryThis pull request primarily focuses on API documentation updates, data model reference changes, and workflow modifications. The changes include adding new shipping option calculation endpoints, updating model references from classes to variables, and fixing various data model relationships. Updated ER diagram for Payment ModelserDiagram
Payment ||--|| Refund : refunds
Payment ||--|| Capture : captures
PaymentCollection }|--|{ PaymentProvider : payment_providers
PaymentCollection ||--|| PaymentSession : payment_sessions
PaymentCollection ||--|| Payment : payments
PaymentSession ||--|| Payment : payment
RefundReason ||--|| Refund : refunds
Updated ER diagram for Promotion ModelserDiagram
ApplicationMethod }|--|{ PromotionRule : target_rules
Campaign ||--|| CampaignBudget : budget
Campaign ||--|| Promotion : promotions
Promotion ||--|| ApplicationMethod : application_method
Promotion }|--|{ PromotionRule : rules
PromotionRule ||--|| PromotionRuleValue : values
Updated ER diagram for Tax ModelserDiagram
TaxRate ||--|| TaxRateRule : rules
TaxRegion ||--|| TaxRate : tax_rates
TaxProvider ||--|| TaxRegion : regions
Updated ER diagram for Customer ModelserDiagram
Customer }|--|{ CustomerGroup : groups
Customer ||--|| CustomerAddress : addresses
File-Level Changes
Tips and commandsInteracting with Sourcery
Customizing Your ExperienceAccess your dashboard to:
Getting Help
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
We encountered an error and are unable to review this PR. We have been notified and are working to fix it.
You can try again by commenting this pull request with @sourcery-ai review
, or contact us for help.
See Commits and Changes for more details.
Created by
pull[bot] (v2.0.0-alpha.1)
Can you help keep this open source service alive? 💖 Please sponsor : )
Summary by Sourcery
Add a new API endpoint for calculating shipping option prices in a cart, enhancing the shipping cost estimation process. Refactor data model documentation to improve clarity and consistency. Update fulfillment provider service for more accurate shipping price calculations. Revise documentation to align with recent changes in data models and workflows.
New Features:
Enhancements:
Documentation: