You are here

public function CartHandlerInterface::getCart in Mailchimp E-Commerce 8

Gets an existing cart from the current Mailchimp store.

Parameters

string $cart_id: The cart ID.

Return value

object The cart.

See also

http://developer.mailchimp.com/documentation/mailchimp/reference/ecommer...

1 method overrides CartHandlerInterface::getCart()
CartHandler::getCart in src/CartHandler.php
@inheritdoc

File

src/CartHandlerInterface.php, line 32

Class

CartHandlerInterface
Interface for the Cart handler.

Namespace

Drupal\mailchimp_ecommerce

Code

public function getCart($cart_id);