ok

Mini Shell

Direktori : /home2/selectio/www/limpiar.in.net/app/Http/Controllers/Payment/
Upload File :
Current File : /home2/selectio/www/limpiar.in.net/app/Http/Controllers/Payment/CashOnDeliveryController.php

<?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');
    }
}

Zerion Mini Shell 1.0