Skip to content

Commit 330f37d

Browse files
author
Babichev Maxim
authored
Update CanBePaid.php
1 parent 81481e3 commit 330f37d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Traits/CanBePaid.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ public function refund(Product $product): bool
4545
/**
4646
* @var Model $product
4747
*/
48-
$transfer = $this->transfers()
48+
$this->transfers()
4949
->where('to_type', $product->getMorphClass())
5050
->where('to_id', $product->getKey())
5151
->orderBy('id', 'desc')

0 commit comments

Comments
 (0)