Skip to content

Commit

Permalink
two commit
Browse files Browse the repository at this point in the history
  • Loading branch information
ghaninia committed Dec 16, 2020
1 parent 41ced83 commit 2ab76b4
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -49,9 +49,9 @@ use GhaniniaIR\Shipping\Shipping ;
</ul>

```php
Shipping::sefarshi( $sourceID , $destination , $weight , $price )->getPrice()
Shipping::sefarshi( $sourceID , $destinationID , $weight , $price )->getPrice()

Shipping::pishtaz( $sourceID , $destination , $weight , $price )->getPrice()
Shipping::pishtaz( $sourceID , $destinationID , $weight , $price )->getPrice()
```

<h1 dir="rtl">COD</h1>
Expand All @@ -60,9 +60,9 @@ Shipping::pishtaz( $sourceID , $destination , $weight , $price )->getPrice()
</p>

```php
Shipping::sefarshi( $sourceID , $destination , $weight , $price )->getPrice( true )
Shipping::sefarshi( $sourceID , $destinationID , $weight , $price )->getPrice( true )

Shipping::pishtaz( $sourceID , $destination , $weight , $price )->getPrice( true )
Shipping::pishtaz( $sourceID , $destinationID , $weight , $price )->getPrice( true )
```

<h1 dir="rtl">بروزرسانی تعرفه ها</h1>
Expand All @@ -78,7 +78,7 @@ php artisan vendor:publish
در پوشه config شما فایلی به اسم shipping.php دارید بعد از باز کردن فایل میتوانید تعرفه ها را بروز نمایید.
</p>

<table dir="rtl" align="center">
<table dir="rtl" align="right">
<thead >
<tr>
<th colspan="2">استان های تحت پوشش بهمراه آیدی</th>
Expand Down

0 comments on commit 2ab76b4

Please sign in to comment.