Skip to content

Commit a3122b8

Browse files
committed
phpdoc
1 parent 6ae6960 commit a3122b8

File tree

3 files changed

+2
-1
lines changed

3 files changed

+2
-1
lines changed

src/Interfaces/Customer.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff 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
}

src/Internal/Repository/WalletRepository.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,6 @@
66

77
use Bavix\Wallet\Internal\Exceptions\ExceptionInterface;
88
use Bavix\Wallet\Internal\Exceptions\ModelNotFoundException;
9-
use Bavix\Wallet\Internal\Service\UuidFactoryService;
109
use Bavix\Wallet\Internal\Service\UuidFactoryServiceInterface;
1110
use Bavix\Wallet\Models\Wallet;
1211
use Illuminate\Database\Eloquent\ModelNotFoundException as EloquentModelNotFoundException;

src/Traits/CartPay.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff 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
{

0 commit comments

Comments
 (0)