for testing and deploying your application
for finding and fixing issues
for empowering human code reviews
<?php
namespace Codexshaper\WooCommerce\Models;
use Codexshaper\WooCommerce\Traits\QueryBuilderTrait;
class PaymentGateway extends BaseModel
{
use QueryBuilderTrait;
protected $endpoint = 'payment_gateways';
}