for testing and deploying your application
for finding and fixing issues
for empowering human code reviews
<?php
namespace ByTIC\Payments\Models\Methods;
use ByTIC\Common\Records\Record;
/**
* Class PaymentMethod
* @package ByTIC\Payments\Models\Methods
*/
class PaymentMethod extends Record
{
use Traits\RecordTrait;
public function getPurchasesCount()
// TODO: Implement getPurchasesCount() method.
}