laravel / cashier-paddle

Cashier Paddle provides an expressive, fluent interface to Paddle's subscription billing services.

Home Page:https://laravel.com/docs/cashier-paddle

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Pausing Subscriptions

movicat opened this issue · comments

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

Works!