-
Notifications
You must be signed in to change notification settings - Fork 39
feature: paypal commerce agent #322
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
Draft
lernhart
wants to merge
33
commits into
trunk
Choose a base branch
from
feature/paypal-commerce-agent
base: trunk
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Draft
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
* feat: paypal-commerce-ai-route-scopes * feat: rename structs, composer target sdk, fix phpstan * fix: phpstan * fix: exception logging * fix: tests * feat: debug id log processor * fix: tests, phpstan * fix: catch 6.7.0.0 exceptions * fix: reviews * fix: openapi schema generation --------- Co-authored-by: Michel Bade <m.bade@shopware.com>
* feat: paypal commerce agent sales channel WIP * wip: csv * feat: tests * fix: sales channel modal * fix: sales channel admin component inheritance * fix: reviews * fix: truncate lengths * fix: use snippets
* Extend AgentRequestContextResolver * fix tests * fix tests * fix: reviews * fix: phpstan * fix: add uuid constraint * fix: supply previuos exception --------- Co-authored-by: Lennart Tinkloh <l.tinkloh@shopware.com>
* PayPal data transformer * Route return type * feat: use proper validation building from SDK * use setter instead of assign * Cart factory * phpstan * Update src/AgentCommerce/Util/PayPalCartTransformer.php Co-authored-by: Michel <m.bade@shopware.com> * Update src/AgentCommerce/Util/PayPalCartTransformer.php Co-authored-by: Michel <m.bade@shopware.com> * Update src/AgentCommerce/Util/PayPalCartFactory.php Co-authored-by: Michel <m.bade@shopware.com> * Error message * fix: ecs * fix: invalid exception --------- Co-authored-by: Lennart Tinkloh <l.tinkloh@shopware.com> Co-authored-by: Michel <m.bade@shopware.com>
* Cart routes create/get/update * reset sdk branch * cr * fix test * make regex a const value * fix test * fix test
…rce-agent # Conflicts: # phpstan.neon.dist
* feat: added price validation * ecs
* fix: JWT token handling according to PayPal * fix: ci * fix: not blank external_id constraint * fix: remove strict count constraints
* feat: Webhook onboarding
* Unit tests * optinal price
* feat: save/show webhook status
* feat: load sales channel favicon
* Cart routes create/get/update * feat: paypal commerce agent checkout * feat: update cart and paypal order * falsy merge fix * fix: JWT algo * fix: ci * fix: ci * fix: phpstan var type agent request context resolver --------- Co-authored-by: Fabian Boensch <f.boensch@shopware.com> Co-authored-by: Max Stegmeyer <40475653+mstegmeyer@users.noreply.github.com>
* Change shipping method * getToken * ecs * revert user message * Added snippets * added condition * CR * phpstan * ignore baseline
* feat: create coupons * ecs fix * CR fix
* feat: Added route tests * remove nullable option
* feat: subscriber tests * ignore not registered * added cr suggestion
…rce-agent # Conflicts: # composer.json
En0Ma1259
requested changes
Oct 27, 2025
composer.json
Outdated
| ], | ||
| "require": { | ||
| "shopware/core": "~6.7.0@dev", | ||
| "shopware/paypal-sdk": "^1.4.0" |
Member
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.
Need to be changed
En0Ma1259
reviewed
Oct 29, 2025
En0Ma1259
reviewed
Oct 29, 2025
…rce-agent # Conflicts: # composer.json
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
1. Why is this change necessary?
2. What does this change do, exactly?
3. Describe each step to reproduce the issue or behaviour.
4. Please link to the relevant issues (if any).
5. Checklist