File tree 2 files changed +1
-12
lines changed
2 files changed +1
-12
lines changed Original file line number Diff line number Diff line change 53
53
54
54
<body >
55
55
<div class =" thank-you-container" >
56
- <img src =" {{ url (' storage/2024-06-02%2018.26.07 .jpg' ) } }" alt =" Logo" class =" logo" >
56
+ <img src =" {{ url (' storage/2024-06-10_23.42.24 .jpg' ) } }" alt =" Logo" class =" logo" >
57
57
58
58
<h1 >Welcome to the Club!</h1 >
59
59
<p >Your subscription spices up our kitchen and helps us bring more delicious recipes to your table.</p >
Original file line number Diff line number Diff line change 77
77
});
78
78
});
79
79
80
- Route::post ('/uploadFile ' , function (Request $ request ){
81
-
82
- $ file = $ request ->file ('file ' );
83
-
84
- $ filename = str_replace (' ' , '_ ' , $ file ->getClientOriginalName ());
85
-
86
- $ path = Storage::disk ('public ' )->putFileAs ('/ ' , $ file , $ filename );
87
-
88
- return $ path ? $ filename : false ;
89
- });
90
-
91
80
Route::any ('/webhooks/payment/{service} ' , PaymentWebhookController::class);
92
81
Route::any ('/callback/payment/{service} ' , PaymentCallbackController::class);
You can’t perform that action at this time.
0 commit comments