for testing and deploying your application
for finding and fixing issues
for empowering human code reviews
<?php
/**
* MIT License
* Use of this software requires acceptance of the Evaluation License Agreement. See LICENSE file.
*/
namespace SprykerEco\Zed\Computop\Business\Hook\Mapper\Init;
use SprykerEco\Shared\Computop\ComputopConfig;
class InitCreditCardMapper extends AbstractMapper
{
* @return string
public function getMethodName()
return ComputopConfig::PAYMENT_METHOD_CREDIT_CARD;
}