laravel-gamify
laravel-gamify copied to clipboard
undoPoint() is not working
$payment->customer->user->undoPoint(new SuccessfulPayment($payment));
In your method simply reduce the point you've already given, eg:
$user->reducePoint(5)