tax() 공개 메소드

Get the cart tax.
public tax ( ) : float
리턴 float
예제 #1
0
파일: Checkout.php 프로젝트: falkbizz/cart
 public function getTotalTaxes()
 {
     return $this->cart->tax();
 }