laravel-gamify icon indicating copy to clipboard operation
laravel-gamify copied to clipboard

undoPoint() is not working

Open RichaPatel08 opened this issue 2 years ago • 1 comments

$payment->customer->user->undoPoint(new SuccessfulPayment($payment));

RichaPatel08 avatar Jul 24 '23 10:07 RichaPatel08

In your method simply reduce the point you've already given, eg: $user->reducePoint(5)

yanikkumar avatar Feb 10 '24 17:02 yanikkumar