Skip to content

Commit

Permalink
Merge pull request #98 from andcl/master
Browse files Browse the repository at this point in the history
Updated README.md documentation
  • Loading branch information
bumbummen99 authored Sep 2, 2020
2 parents a215c63 + 55f7934 commit 6aba463
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -416,6 +416,9 @@ class Product extends Model implements Buyable {
public function getBuyablePrice($options = null) {
return $this->price;
}
public function getBuyableWeight($options = null) {
return $this->weight;
}
}
```

Expand Down

0 comments on commit 6aba463

Please sign in to comment.