ctrlpanel/app/Extensions/PaymentGateways/PayPal/config.php
2023-03-09 12:31:11 +01:00

12 lines
164 B
PHP

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