sarga/packages/Sarga/Payment/Methods/Cash100.php

20 lines
265 B
PHP

<?php
namespace Sarga\Payment\Methods;
use Webkul\Payment\Payment\Payment;
class Cash100 extends Payment
{
/**
* Payment method code
*
* @var string
*/
protected $code = 'cash100';
public function getRedirectUrl()
{
}
}