mirror of
https://github.com/NNTmux/newznab-tmux.git
synced 2026-08-31 10:18:55 +00:00
Apply fixes from StyleCI
[ci skip] [skip ci]
This commit is contained in:
@@ -7,7 +7,6 @@ use App\Models\UserRole;
|
||||
use Illuminate\Http\Request;
|
||||
use Illuminate\Support\Carbon;
|
||||
use Blacklight\libraries\Geary;
|
||||
use Illuminate\Support\Facades\Auth;
|
||||
|
||||
class BtcPaymentController extends BasePageController
|
||||
{
|
||||
@@ -41,6 +40,7 @@ class BtcPaymentController extends BasePageController
|
||||
if ($order->payment_id) {
|
||||
// Redirect to a payment gateway
|
||||
$url = 'https://gateway.gear.mycelium.com/pay/'.$order->payment_id;
|
||||
|
||||
return redirect($url);
|
||||
}
|
||||
break;
|
||||
|
||||
Reference in New Issue
Block a user