-
Notifications
You must be signed in to change notification settings - Fork 41
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
PAYSHIP-2630 #1182
Merged
Merged
PAYSHIP-2630 #1182
Conversation
This file contains 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
* Added CreatePayPalOrderResponse DTO * Added DTOs for create order response * CS fix * Added licenses
* Created required classes * Added order create command handler logic * Added paypal order query handler * Moved QueryResult to Query namespace * Added create command and get order query to command bus factory * CS fix * PHPStan fixes * Reverted to old create handler * PHPStan fixes
L3RAZ
force-pushed
the
refacto/PAYSHIP-2630
branch
2 times, most recently
from
February 13, 2024 11:23
4c6218a
to
4e6b714
Compare
L3RAZ
force-pushed
the
refacto/PAYSHIP-2630
branch
from
February 13, 2024 11:30
4e6b714
to
d26181b
Compare
L3RAZ
added a commit
that referenced
this pull request
Mar 4, 2024
* Replace client token by user id token * Implement payment method token * Interfaces * PAYSHIP-2631 PayPal Create Order Request DTO * Added correct class import * [PAYSHIP-2637] CreatePayPalOrderResponse DTO (#1189) * Added CreatePayPalOrderResponse DTO * Added DTOs for create order response * CS fix * Added licenses * [PAYSHIP-2632] Order create refactoring (#1183) * Created required classes * Added order create command handler logic * Added paypal order query handler * Moved QueryResult to Query namespace * Added create command and get order query to command bus factory * CS fix * PHPStan fixes * Reverted to old create handler * PHPStan fixes * Fixed regex and wrong customerId type --------- Co-authored-by: Laurynas <laurynas.sedys@invertus.eu> Co-authored-by: Laurynas Šedys <laurynas.sedys.96@gmail.com>
L3RAZ
added a commit
that referenced
this pull request
Mar 7, 2024
* Replace client token by user id token * Implement payment method token * Interfaces * PAYSHIP-2631 PayPal Create Order Request DTO * Added correct class import * [PAYSHIP-2637] CreatePayPalOrderResponse DTO (#1189) * Added CreatePayPalOrderResponse DTO * Added DTOs for create order response * CS fix * Added licenses * [PAYSHIP-2632] Order create refactoring (#1183) * Created required classes * Added order create command handler logic * Added paypal order query handler * Moved QueryResult to Query namespace * Added create command and get order query to command bus factory * CS fix * PHPStan fixes * Reverted to old create handler * PHPStan fixes * Fixed regex and wrong customerId type --------- Co-authored-by: Laurynas <laurynas.sedys@invertus.eu> Co-authored-by: Laurynas Šedys <laurynas.sedys.96@gmail.com>
Matt75
added a commit
that referenced
this pull request
Apr 3, 2024
* Replace client token by user id token * Implement payment method token * Interfaces * PAYSHIP-2631 PayPal Create Order Request DTO * Added correct class import * [PAYSHIP-2637] CreatePayPalOrderResponse DTO (#1189) * Added CreatePayPalOrderResponse DTO * Added DTOs for create order response * CS fix * Added licenses * [PAYSHIP-2632] Order create refactoring (#1183) * Created required classes * Added order create command handler logic * Added paypal order query handler * Moved QueryResult to Query namespace * Added create command and get order query to command bus factory * CS fix * PHPStan fixes * Reverted to old create handler * PHPStan fixes * Fixed regex and wrong customerId type --------- Co-authored-by: Laurynas <laurynas.sedys@invertus.eu> Co-authored-by: Laurynas Šedys <laurynas.sedys.96@gmail.com>
Matt75
added a commit
that referenced
this pull request
Apr 3, 2024
* Replace client token by user id token * Implement payment method token * Interfaces * PAYSHIP-2631 PayPal Create Order Request DTO * Added correct class import * [PAYSHIP-2637] CreatePayPalOrderResponse DTO (#1189) * Added CreatePayPalOrderResponse DTO * Added DTOs for create order response * CS fix * Added licenses * [PAYSHIP-2632] Order create refactoring (#1183) * Created required classes * Added order create command handler logic * Added paypal order query handler * Moved QueryResult to Query namespace * Added create command and get order query to command bus factory * CS fix * PHPStan fixes * Reverted to old create handler * PHPStan fixes * Fixed regex and wrong customerId type --------- Co-authored-by: Laurynas <laurynas.sedys@invertus.eu> Co-authored-by: Laurynas Šedys <laurynas.sedys.96@gmail.com>
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.
No description provided.