@php $paystackStatus = get_payment_setting('status', PAYSTACK_PAYMENT_METHOD_NAME); @endphp
{{ __('Customer can buy product and pay directly using Visa, Credit card via :name', ['name' => 'Paystack']) }}
{{ trans('plugins/payment::payment.configuration_requirement', ['name' => 'Paystack']) }} :
{{ __('After registration at :name, you will have Public & Secret keys', ['name' => 'Paystack']) }}
{{ __('Enter Public, Secret into the box in right hand') }}
{{ trans('plugins/payment::payment.please_provide_information') }} Paystack:
{{ __('You will need to set Callback URL on') }} https://dashboard.paystack.com/#/settings/developer {{ __('to') }} {{ route('paystack.payment.callback') }}
{{ route('paystack.payment.callback') }}