Skip to content
This repository has been archived by the owner on Jun 20, 2023. It is now read-only.

Commit

Permalink
change response
Browse files Browse the repository at this point in the history
  • Loading branch information
FemiNoviaLina committed Jun 5, 2022
1 parent 299a606 commit 6da1fc1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/Http/Controllers/RentController.php
Original file line number Diff line number Diff line change
Expand Up @@ -298,6 +298,6 @@ public function paymentNotification() {
}

$order->save();
return response()->noContent();
return response('ok', 200);
}
}

0 comments on commit 6da1fc1

Please sign in to comment.