mygento/simplepay

View on GitHub
app/code/community/Mygento/Simplepay/Model/M4.php

Summary

Maintainability
A
0 mins
Test Coverage
<?php

/**
 *
 *
 * @category Mygento
 * @package Mygento_Simplepay
 * @copyright Copyright © 2015 NKS LLC. (http://www.mygento.ru)
 * @license GPLv2
 */
class Mygento_Simplepay_Model_M4 extends Mygento_Simplepay_Model_Abstract
{

    protected $_num = 4;
    protected $_code = 'simplepay_4';
}