@extends('shop::layouts.master') @section('page_title') {{ __('shop::app.checkout.success.title') }} @stop @section('content-wrapper')

Resumen Transacción

@if( strtoupper($response["firma"]) == strtoupper($response["firmacreada"]) )

Estado de la transaccion: {{ $response["estadoTx"] }}

ID de la transaccion: {{ $response["transactionId"] }}

Referencia de la venta: {{ $response["reference_pol"] }}

Referencia de la transaccion: {{ $response["referenceCode"] }}

@if($response["pseBank"] != null)

CUS: {{ $response["cus"] }}

Banco: {{ $response["pseBank"] }}

@endif

Valor total: {{ $response["New_value"] }}

Moneda: {{ $response["currency"] }}

Descripción: {{ $response["extra1"] }}

Entidad: {{ $response["lapPaymentMethod"] }}

{{ __('shop::app.checkout.cart.continue-shopping') }}
@else

Error validando firma digital.

@endif
@endsection