Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
* 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 <[email protected]>
Co-authored-by: Laurynas Šedys <[email protected]>
  • Loading branch information
3 people committed Mar 7, 2024
1 parent b305f0b commit a0bf104
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
1 change: 0 additions & 1 deletion config/common.yml
Original file line number Diff line number Diff line change
Expand Up @@ -369,7 +369,6 @@ services:
- '@ps_checkout.paypal.order.translations'
- '@ps_checkout.context.shop'


ps_checkout.paypal.builder.view_order_summary:
class: 'PrestaShop\Module\PrestashopCheckout\PayPal\Order\PayPalOrderSummaryViewBuilder'
public: true
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@
use PrestaShop\Module\PrestashopCheckout\Event\EventDispatcherInterface;
use PrestaShop\Module\PrestashopCheckout\PayPal\Order\Command\CreatePayPalOrderCommand;
use PrestaShop\Module\PrestashopCheckout\PayPal\Order\CreatePayPalOrderPayloadBuilderInterface;
use PrestaShop\Module\PrestashopCheckout\PayPal\Order\Event\PayPalOrderCreatedEvent;
use PrestaShop\Module\PrestashopCheckout\PayPal\Order\Exception\PayPalOrderException;

class CreatePayPalOrderCommandHandler
Expand Down

0 comments on commit a0bf104

Please sign in to comment.