whoami7 - Manager
:
/
home
/
dataiclx
/
vielorbe.com
/
wp-content
/
plugins
/
surecart
/
app
/
src
/
Models
/
Upload File:
files >> //home/dataiclx/vielorbe.com/wp-content/plugins/surecart/app/src/Models/AffiliationProtocol.php
<?php namespace SureCart\Models; use SureCart\Models\Traits\HasCommissionStructure; /** * Holds the data of the current Affiliation protocol. */ class AffiliationProtocol extends Model { use HasCommissionStructure; /** * Rest API endpoint * * @var string */ protected $endpoint = 'affiliation_protocol'; /** * Object name * * @var string */ protected $object_name = 'affiliation_protocol'; }
Copyright ©2021 || Defacer Indonesia