HEX
Server: Apache/2.4.41 (Ubuntu)
System: Linux ip-172-31-42-149 5.15.0-1084-aws #91~20.04.1-Ubuntu SMP Fri May 2 07:00:04 UTC 2025 aarch64
User: ubuntu (1000)
PHP: 7.4.33
Disabled: pcntl_alarm,pcntl_fork,pcntl_waitpid,pcntl_wait,pcntl_wifexited,pcntl_wifstopped,pcntl_wifsignaled,pcntl_wifcontinued,pcntl_wexitstatus,pcntl_wtermsig,pcntl_wstopsig,pcntl_signal,pcntl_signal_get_handler,pcntl_signal_dispatch,pcntl_get_last_error,pcntl_strerror,pcntl_sigprocmask,pcntl_sigwaitinfo,pcntl_sigtimedwait,pcntl_exec,pcntl_getpriority,pcntl_setpriority,pcntl_async_signals,pcntl_unshare,
Upload Files
File: /var/www/vhost/disk-apps/alq-cali.bikenow.co/resources/views/payments/payments_validator.blade.php
<style>
    pre {
        outline: 1px solid #ccc;
        padding: 5px;
        margin: 5px;
    }

    .string {
        color: green;
    }

    .number {
        color: darkorange;
    }

    .boolean {
        color: blue;
    }

    .null {
        color: magenta;
    }

    .key {
        color: red;
    }
</style>

@extends('modules.head') @section('contenido')
<div class="box-header">
    <div class="box">
        <div class="box-header with-border">
            <h3 class="box-title">{{ Lang::get('messages.ref_wompi.title_1')}}</h3>
        </div>
    </div>

    <div class="form-row">
        <div class="form-group col-md-4">
            <label for="ref_transaction" class="ul-form__label">@lang('messages.ref_wompi.title_3'):</label>
            <input type="text" class="form-control" id="ref_transaction" name="ref_transaction" placeholder="" required>
        </div>

        <div class="form-group col-md-4">
            <button onClick="referenceData()" type="button" id="search_ref" name="search_ref" class="btn btn-danger btnPlusDir">@lang('messages.ref_wompi.title_8')</button>
        </div>
    </div>
</div>


<h2>@lang('messages.ref_wompi.title_7')</h2>

<hr width="100%;" color="red" size="8" style="border-top: 6px solid #dd4b39;" />

<pre class="jsonPre"> </pre>

@endsection
<script src="{{ asset('js/jQuery/jquery-2.2.3.min.js') }}"></script>
<script src="{{ asset('js/bootstrap/js/bootstrap.min.js') }}"></script>
<script src="{{ asset('js/paymentsValidator.js') . '?v=' . time() }}"></script>