File tree Expand file tree Collapse file tree 3 files changed +2
-1
lines changed Expand file tree Collapse file tree 3 files changed +2
-1
lines changed Original file line number Diff line number Diff line change @@ -198,6 +198,7 @@ public function forceRefundGiftCart(CartInterface $cart): bool;
198198 * Checks acquired product your wallet.
199199 *
200200 * @deprecated The method is slow and will be removed in the future
201+ * @see PurchaseServiceInterface
201202 */
202203 public function paid (ProductInterface $ product , bool $ gifts = false ): ?Transfer ;
203204}
Original file line number Diff line number Diff line change 66
77use Bavix \Wallet \Internal \Exceptions \ExceptionInterface ;
88use Bavix \Wallet \Internal \Exceptions \ModelNotFoundException ;
9- use Bavix \Wallet \Internal \Service \UuidFactoryService ;
109use Bavix \Wallet \Internal \Service \UuidFactoryServiceInterface ;
1110use Bavix \Wallet \Models \Wallet ;
1211use Illuminate \Database \Eloquent \ModelNotFoundException as EloquentModelNotFoundException ;
Original file line number Diff line number Diff line change @@ -269,6 +269,7 @@ public function forceRefundGiftCart(CartInterface $cart): bool
269269 * Checks acquired product your wallet.
270270 *
271271 * @deprecated The method is slow and will be removed in the future
272+ * @see PurchaseServiceInterface
272273 */
273274 public function paid (ProductInterface $ product , bool $ gifts = false ): ?Transfer
274275 {
You can’t perform that action at this time.
0 commit comments