@extends('admin.layout') @section('title', 'Detalle de Notificación') @section('page-title', 'Bildirim Detayı') @section('content')
{{ $log->merchant_oid }}
{{ $log->outcomeLabel() }}
{{ $log->created_at->format('d.m.Y H:i:s') }}
| Sipariş No (merchant_oid) | {{ $log->merchant_oid }} |
|---|---|
| PayTR durum (status) | {{ $log->status_received ?? '—' }} |
| Gelen tutar | {{ $log->total_amount_received ?? '—' }} |
| Hash doğrulaması | @if(is_null($log->hash_valid)) — @elseif($log->hash_valid) Geçerli @else Geçersiz @endif |
| Tutar doğrulaması | @if(is_null($log->amount_valid)) — @elseif($log->amount_valid) Uyumlu @else Uyumsuz @endif |
| ¿Se encontraron datos pendientes del carrito? | @if($log->pending_found) Evet @if($log->pending_source) {{ match($log->pending_source) { 'cache_web' => 'Cache (web)', 'cache_api' => 'Cache (mobil API)', 'pending_payments' => 'DB yedeği (pending_payments)', default => $log->pending_source, } }} @endif @else Hayır @endif |
| IP adresi | {{ $log->ip_address ?? '—' }} |
| Dönülen HTTP kodu | {{ $log->http_status_returned }} |
| Tarih | Sonuç | HTTP | |
|---|---|---|---|
| {{ $sibling->created_at->format('d.m.Y H:i:s') }} | {{ $sibling->outcomeLabel() }} | {{ $sibling->http_status_returned }} | Detay |