Skip to content

Commit

Permalink
clean doc
Browse files Browse the repository at this point in the history
  • Loading branch information
omaralalwi committed Mar 3, 2024
1 parent 76f129b commit 9a8c4cf
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions docs/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -104,11 +104,11 @@ Result
access it as object property
```php
$taxAmount = $tax->tax_amount
// 25
// 37.5
$AmountWithTax = $tax->amount_with_tax
// 275
// 287.5
$taxRate = $tax->tax_rate
// 0.1
// 0.15
```

Or simplify access it directly
Expand Down

0 comments on commit 9a8c4cf

Please sign in to comment.