We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 81481e3 commit 330f37dCopy full SHA for 330f37d
src/Traits/CanBePaid.php
@@ -45,7 +45,7 @@ public function refund(Product $product): bool
45
/**
46
* @var Model $product
47
*/
48
- $transfer = $this->transfers()
+ $this->transfers()
49
->where('to_type', $product->getMorphClass())
50
->where('to_id', $product->getKey())
51
->orderBy('id', 'desc')
0 commit comments