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 d1171fe commit 9ee5df7Copy full SHA for 9ee5df7
src/Support/Facades/Cart.php
@@ -24,7 +24,9 @@
24
* @method static float count()
25
* @method static bool isEmpty()
26
* @method static bool isNotEmpty()
27
- * @method static void applyCoupon(string|\Cone\Bazar\Models\Coupon $coupon)
+ * @method static bool validate()
28
+ * @method static bool applyCoupon(string|\Cone\Bazar\Models\Coupon $coupon)
29
+ * @method static void removeCoupon(string|\Cone\Bazar\Models\Coupon $coupon)
30
* @method static \Cone\Bazar\Gateway\Response checkout(string $driver)
31
*
32
* @see \Cone\Bazar\Cart\Driver
0 commit comments