CheckoutResource

Namespace

IO\Api\Resources

Extends
Properties
Type Name Description

CheckoutService

$checkoutService

CustomerService

$customerService

Methods
public __construct($request, $response, $checkoutService, $customerService)

CheckoutResource constructor.

Parameters

Type

Name

Description

Request

$request

ApiResponse

$response

CheckoutService

$checkoutService

CustomerService

$customerService

public index(): Response

Get the checkout

public store(): Response

Save adresses and set the checkout data

public update($selector = ""): Response

Update the checkout information

Parameters

Type

Name

Description

``

$selector