@php $pay_data = $gateway->convertAutoData(); @endphp @if($payment == 'cod') @endif @if($payment == 'paypal') @endif @if($payment == 'instamojo') @endif @if($payment == 'razorpay') @endif @if($payment == 'paytm') @endif @if($payment == 'sslcommerz') @endif @if($payment == 'flutterwave') @endif @if($payment == 'paystack') @endif @if($payment == 'voguepay') @endif @if($payment == 'mollie') @endif @if($payment == 'authorize.net')
@endif @if ($gateway->keyword == 'mercadopago') @php $paydata = $gateway->convertAutoData(); @endphp
@endif @if($payment == 'other')
{!! clean($gateway->details , array('Attr.EnableID' => true)) !!}
@endif