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/Fee.php
<?php namespace SureCart\Models; use SureCart\Support\Currency; /** * Price model */ class Fee extends Model { /** * Rest API endpoint * * @var string */ protected $endpoint = 'fees'; /** * Object name * * @var string */ protected $object_name = 'fee'; /** * Get the display amount attribute * * @return string */ protected function getDisplayAmountAttribute() { return Currency::format( $this->amount ); } }
Copyright ©2021 || Defacer Indonesia