ctrlpanel/app/Extensions/PaymentGateways/PayPal/config.php

13 lines
215 B
PHP

<?php
namespace App\Extensions\PaymentGateways\PayPal;
function getConfig()
{
return [
"name" => "PayPal",
"description" => "PayPal payment gateway",
"RoutesIgnoreCsrf" => [],
];
}