Skip to content

Commit

Permalink
Added priceType selection
Browse files Browse the repository at this point in the history
  • Loading branch information
ardabeyazoglu authored Dec 14, 2016
1 parent dbc1053 commit df9d659
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions src/PayU/Alu/Product.php
Original file line number Diff line number Diff line change
Expand Up @@ -168,6 +168,13 @@ public function getVAT()
{
return $this->VAT;
}

/**
* @return string
*/
public function getPriceType(){
return $this->priceType;
}

/**
* @return string
Expand Down

0 comments on commit df9d659

Please sign in to comment.