Fixed Item.php

This commit is contained in:
Jay Patel
2014-09-23 12:06:45 -05:00
parent 4c61ec524f
commit df01d3e05c

View File

@@ -192,7 +192,7 @@ class Item extends PPModel
*
* @return string
*/
public function getTax($tax) {
public function getTax() {
return $this->tax;
}
}