Skip to content
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

Refactoring - rebased v8.3.6.0 #1208

Open
wants to merge 6 commits into
base: prestashop/8.x
Choose a base branch
from
Open

Commits on Mar 4, 2024

  1. Draft for httpclient refactoring

    btafforeau authored and L3RAZ committed Mar 4, 2024
    Configuration menu
    Copy the full SHA
    8402ca6 View commit details
    Browse the repository at this point in the history
  2. Modified payment client and configuration builder (#1199)

    * Modified payment client and configuration builder
    
    * Changed PayPalClient name
    
    * Added builder interface
    
    * CS fix
    L3RAZ committed Mar 4, 2024
    Configuration menu
    Copy the full SHA
    6dd7d1c View commit details
    Browse the repository at this point in the history
  3. PAYSHIP-2630 (#1182)

    * 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>
    3 people committed Mar 4, 2024
    Configuration menu
    Copy the full SHA
    29aebcc View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    52a474d View commit details
    Browse the repository at this point in the history

Commits on Mar 6, 2024

  1. Configuration menu
    Copy the full SHA
    e02044c View commit details
    Browse the repository at this point in the history
  2. Added logger to new API client

    L3RAZ committed Mar 6, 2024
    Configuration menu
    Copy the full SHA
    345a7cb View commit details
    Browse the repository at this point in the history