관리-도구
편집 파일: instamojo.blade.php
<!DOCTYPE html> <html lang="en"> <head> <meta charset="UTF-8"> <meta name="viewport" content="width=device-width, initial-scale=1.0"> <meta http-equiv="X-UA-Compatible" content="ie=edge"> <title>Instamojo Checkout</title> </head> <body> <a href="{{ route('pay-via-instamojo') }}" id="btn"></a> <script> document.addEventListener('DOMContentLoaded', function() { document.getElementById('btn').click(); }); </script> </body> </html>