public function StoreHandlerInterface::updateStore in Mailchimp E-Commerce 8
Update a store name or currency code.
Parameters
string $store_id: The ID of the store.
string $name: The name of the store.
string $currency_code: The three-letter ISO 4217 code.
string $platform: The eCommerce platform being used to create this store. This module's submodules use 'Drupal Ubercart' and 'Drupal Commerce'.
1 method overrides StoreHandlerInterface::updateStore()
- StoreHandler::updateStore in src/
StoreHandler.php - @inheritdoc
File
- src/
StoreHandlerInterface.php, line 51
Class
- StoreHandlerInterface
- Interface for the Store handler.
Namespace
Drupal\mailchimp_ecommerceCode
public function updateStore($store_id, $name, $currency_code, $platform);