Skip to content

Commit

Permalink
README udpated with all valid items
Browse files Browse the repository at this point in the history
  • Loading branch information
zgabievi committed May 30, 2019
1 parent 2dd44f6 commit 768683f
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -150,7 +150,6 @@ Promocodes::redeem($code);
Promocodes::apply($code);
```


#### Parameters

| name | type | description | required? |
Expand All @@ -159,6 +158,14 @@ Promocodes::apply($code);

---

Get the collection of valid promotion codes.

```php
Promocodes::all();
```

---

You can immediately expire code by calling *disable* function. Returning boolean status of update.

```php
Expand Down

0 comments on commit 768683f

Please sign in to comment.