Skip to content

Commit

Permalink
Merge pull request #1 from ebozkurt/master
Browse files Browse the repository at this point in the history
canncelled purchase request types added
  • Loading branch information
fustundag authored May 26, 2020
2 parents 3c36f6a + e18e287 commit 6477337
Showing 1 changed file with 3 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,9 @@
class CancelledPuchaseRequest extends Model
{

const TYPE_CONSUMABLES = 0;
const TYPE_CONSUMABLES_AND_SUBSCRIPTIONS = 1;

/**
* @var int $endAt
*/
Expand Down

0 comments on commit 6477337

Please sign in to comment.