for testing and deploying your application
for finding and fixing issues
for empowering human code reviews
<?php
/**
* Apache OSL-2
* Use of this software requires acceptance of the Evaluation License Agreement. See LICENSE file.
*/
namespace SprykerEco\Zed\Amazonpay\Communication\Plugin\Oms\Condition;
use SprykerEco\Shared\Amazonpay\AmazonpayConstants;
class IsClosedConditionPlugin extends AbstractByOrderItemConditionPlugin
{
* @return bool
public function getConditionalStatus()
return AmazonpayConstants::OMS_STATUS_CLOSED;
return SprykerEco\Shared...ants::OMS_STATUS_CLOSED
string
boolean
}