메소드 | 설명 | |
---|---|---|
findOrder ( string $sessionId, WellCommerce\Bundle\ClientBundle\Entity\ClientInterface $client = null, WellCommerce\Bundle\ShopBundle\Entity\ShopInterface $shop ) | ||
getOrder ( string $sessionId, WellCommerce\Bundle\ClientBundle\Entity\ClientInterface $client = null, WellCommerce\Bundle\ShopBundle\Entity\ShopInterface $shop, string $currency ) : WellCommerce\Bundle\OrderBundle\Entity\OrderInterface |
public findOrder ( string $sessionId, WellCommerce\Bundle\ClientBundle\Entity\ClientInterface $client = null, WellCommerce\Bundle\ShopBundle\Entity\ShopInterface $shop ) | ||
$sessionId | string | |
$client | WellCommerce\Bundle\ClientBundle\Entity\ClientInterface | |
$shop | WellCommerce\Bundle\ShopBundle\Entity\ShopInterface |
public getOrder ( string $sessionId, WellCommerce\Bundle\ClientBundle\Entity\ClientInterface $client = null, WellCommerce\Bundle\ShopBundle\Entity\ShopInterface $shop, string $currency ) : WellCommerce\Bundle\OrderBundle\Entity\OrderInterface | ||
$sessionId | string | |
$client | WellCommerce\Bundle\ClientBundle\Entity\ClientInterface | |
$shop | WellCommerce\Bundle\ShopBundle\Entity\ShopInterface | |
$currency | string | |
리턴 | WellCommerce\Bundle\OrderBundle\Entity\OrderInterface |