laravel / cashier-paddle

Cashier Paddle provides an expressive, fluent interface to Paddle's subscription billing services.
https://laravel.com/docs/cashier-paddle
MIT License
238 stars 57 forks source link

Pausing Subscriptions #251

Closed movicat closed 5 months ago

movicat commented 5 months ago

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();

movicat commented 5 months ago

Works!