codigo actual del servidor, con avances de joan
This commit is contained in:
13
app/Http/Controllers/Payment/CashOnDeliveryController.php
Normal file
13
app/Http/Controllers/Payment/CashOnDeliveryController.php
Normal file
@@ -0,0 +1,13 @@
|
||||
<?php
|
||||
|
||||
namespace App\Http\Controllers\Payment;
|
||||
|
||||
use App\Http\Controllers\Controller;
|
||||
|
||||
class CashOnDeliveryController extends Controller
|
||||
{
|
||||
public function pay(){
|
||||
flash(translate("Your order has been placed successfully"))->success();
|
||||
return redirect()->route('order_confirmed');
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user