Select Git revision
document_store.go
-
Jan Semmelink authored
Added DocumentStore() to search, which will be used in V3 to store orders in OpenSearch then do text searches on them
Jan Semmelink authoredAdded DocumentStore() to search, which will be used in V3 to store orders in OpenSearch then do text searches on them
Packaging.php 181 B
<?php
namespace BobGroup\BobGo\Model\Source;
class Packaging extends Generic
{
/**
* Carrier code
* @var string
*/
protected string $_code = 'packaging';
}