-
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
[SPIKE] 3DS iframe for token payments #1222
Draft
L3RAZ
wants to merge
85
commits into
prestashop/8.x
Choose a base branch
from
spike/token-3DS-iframe
base: prestashop/8.x
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 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
* Modified payment client and configuration builder * Changed PayPalClient name * Added builder interface * CS fix
* 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>
* Modified payment client and configuration builder * Changed PayPalClient name * Added builder interface * CS fix
* 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>
* Create ObjectNormalizer to add supports of SKIP_NULL_VALUES * Added object deserializing tests * Added dependency injection for serializer * Updated PaymentService with response serialization * CS fix * Removed custom object normalizer * Added bootstrap to phpunit config * Added order object serialization to pass to event * Service refactoring * Added toArray function to object serializer and fixed snake case conversion * Added serializer interface * Fix * Fixed phpstan errors * Added json serialization to order requests and fixed cs issues --------- Co-authored-by: Matt75 <5262628+Matt75@users.noreply.github.com>
* Added new db structure for orders * Added entities for order * Added PayPal Order repository * Added create and delete functions * Added sql escaping * Added order saving to DB to event handler * Added new fields for order, capture and refund * phpstan fix
* Split services into separate files and renamed services * Added slashes before class namespaces * Fixed injection @=service names
L3RAZ
changed the title
SPIKE 3DS iframe for token payments
[SPIKE] 3DS iframe for token payments
Mar 28, 2024
L3RAZ
force-pushed
the
refacto/payment-method-token
branch
from
March 29, 2024 11:45
e3738e5
to
419fbb9
Compare
L3RAZ
force-pushed
the
spike/token-3DS-iframe
branch
from
April 2, 2024 15:28
6f8923d
to
cc98a5e
Compare
Base automatically changed from
refacto/payment-method-token
to
feat/PAYSHIP-2632-2
April 3, 2024 07:54
Matt75
force-pushed
the
feat/PAYSHIP-2632-2
branch
2 times, most recently
from
April 3, 2024 16:16
9af1ebe
to
898f443
Compare
L3RAZ
force-pushed
the
feat/PAYSHIP-2632-2
branch
7 times, most recently
from
April 9, 2024 08:20
7247254
to
22307bb
Compare
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.