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\Business\Payment\Handler\Ipn;
use SprykerEco\Shared\Amazonpay\AmazonpayConstants;
class IpnOrderReferenceSuspendedHandler extends IpnAbstractOrderReferenceHandler
{
* @return string
protected function getOmsEventId()
return AmazonpayConstants::OMS_EVENT_UPDATE_AUTH_STATUS;
}
protected function getOmsStatusName()
return AmazonpayConstants::OMS_STATUS_AUTH_SUSPENDED;