Back to PhocacartCart class

Method getPaymentCosts

public
getPaymentCosts
()

Method getPaymentCosts - Source code

public function getPaymentCosts()
{
    return isset($this->payment['costs']) ? $this->payment['costs'] : false;
}