Closed movicat closed 7 months ago
2.1.0
11.0.3
8.1
MySQL 8.0.31
Both methods returned the same date to the database.
$user->subscription()->pause(); $user->subscription()->pauseNow();
Works!
Cashier Paddle Version
2.1.0
Laravel Version
11.0.3
PHP Version
8.1
Database Driver & Version
MySQL 8.0.31
Description
Both methods returned the same date to the database.
Steps To Reproduce
$user->subscription()->pause(); $user->subscription()->pauseNow();