@if (get_payment_setting('status', RAZORPAY_PAYMENT_METHOD_NAME) == 1)
{!! get_payment_setting( 'description', RAZORPAY_PAYMENT_METHOD_NAME, __('Payment with :paymentType', ['paymentType' => 'Razorpay']), ) !!}
@endif @php $supportedCurrencies = (new \Botble\Razorpay\Services\Gateways\RazorpayPaymentService)->supportedCurrencyCodes(); @endphp @if (!in_array(get_application_currency()->title, $supportedCurrencies))