Skip to content

Commit

Permalink
test: midtran notif webhook
Browse files Browse the repository at this point in the history
  • Loading branch information
amrron committed Oct 21, 2024
1 parent 9bc4e99 commit d2a866b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions app/Http/Controllers/MidtransNotificationController.php
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ class MidtransNotificationController extends Controller
public function notif(Request $request)
{
// $payload = $request->all();
return response()->json($request);

$order_id = $request->order_id;
$status_code = $request->status_cod;
Expand Down

0 comments on commit d2a866b

Please sign in to comment.