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 e91b729 commit e296177Copy full SHA for e296177
src/Traits/CanBePaid.php
@@ -55,7 +55,7 @@ public function paid(Product $product): ?Transfer
55
->where('to_id', $product->getKey())
56
->where('refund', 0)
57
->orderBy('id', 'desc')
58
- ->firstOrFail();
+ ->first();
59
}
60
61
/**
0 commit comments