Summer-16 / CSGO-VMPanel

A Fully automated VIP Management panel for CSGO Community servers
GNU General Public License v3.0
85 stars 18 forks source link

I need help please #23

Closed eni9mv closed 3 years ago

eni9mv commented 3 years ago

how can i use the payment only with paypal not with PayU

Summer-16 commented 3 years ago

To use only PayPal and disable PayUmoney use the following gateway configuration in your config file, where you add your PayPal client id only And update the current in your panel setting and for servers to USD


"payment_gateways": { "paypal": { "paypal_client_id": "Your paypal client id here for live environment " }, "payU": { "enabled": false, "environment": "test", "merchantKey": "" , "merchantSalt": "" } },

Summer-16 commented 3 years ago

Resolved