{% extends 'admin/layouts/base.html.twig' %} {% set active = 'app_admin_wallet_setting' %} {% set blockValue = 0 %} {% set banifitesValue = 0 %} {% set breadcrumbs = [ { 'link': path('app_admin_dashboard'), 'title': 'Home' }, { 'title':'Wallet Management', }, { 'title': 'Wallet Setting', } ]%} {% block content %} {% if errors is not empty %}
{% endif %}
You need to set CoinPayments payment method in the payment settings module.
If checked, you can set payment gateway charge to the user for wallet withdrawal.
{% set selectedChargeTypeValue = wallet_setting_data.getPaymentGetwayChargType ?? '' %}
Gateway Charge Amount For Bank Transfer
Gateway charge amount for PayPal
Gateway charge amount for Stripe
Gateway charge amount for Coinpayments - USDC.BEP20
{% endblock %} {% block javascripts %} {% endblock %}