PluginProbe ʕ •ᴥ•ʔ
Worldline Global Online Pay for WooCommerce / 2.5.22
Worldline Global Online Pay for WooCommerce v2.5.22
2.5.22 2.5.20 2.5.17 trunk 1.0.0 1.0.1 2.0.0 2.1.0 2.2.0 2.3.0 2.4.0 2.4.1 2.4.2 2.4.4 2.4.5 2.4.6 2.5.1 2.5.10 2.5.11 2.5.12 2.5.14 2.5.16 2.5.2 2.5.3 2.5.4 2.5.5 2.5.6 2.5.7 2.5.8 2.5.9
worldline-for-woocommerce / config.php
worldline-for-woocommerce Last commit date
assets 1 week ago inc 1 week ago languages 1 week ago modules 1 week ago shared 1 week ago src 1 week ago vendor 1 week ago .eslintrc.js 1 week ago BUILD_INFO.txt 1 week ago LICENSE 1 week ago SECURITY.md 1 week ago class-plugin.php 1 week ago composer.json 1 week ago config.php 1 week ago package.json 1 week ago readme.txt 1 week ago tsconfig.json 1 week ago uninstall.php 1 week ago webpack.config.js 1 week ago worldline-for-woocommerce.php 1 week ago
config.php
6 lines
1 <?php
2
3 namespace Syde\Vendor\Worldline;
4
5 return ['PLUGIN_VERSION' => '2.5.22', 'NAME' => 'worldline', 'PLUGIN_TITLE' => 'Worldline Global Online Pay for WooCommerce', 'TEXT_DOMAIN' => 'worldline-for-woocommerce', 'NAMESPACE' => 'Syde\\Vendor\\Worldline\\Inpsyde\\WorldlineForWoocommerce', 'PLUGIN_AUTHOR' => 'Worldline', 'PLUGIN_AUTHOR_URI' => 'https://worldline.com', 'TEST_ENDPOINT' => 'https://payment.preprod.direct.worldline-solutions.com', 'LIVE_ENDPOINT' => 'https://payment.direct.worldline-solutions.com', 'CONTACT_URL' => 'https://docs.direct.worldline-solutions.com/en/about/contact/', 'DOCUMENTATION_URL' => 'https://docs.direct.worldline-solutions.com/en/integration/how-to-integrate/plugins/woocommerce', 'TEST_CREATE_ACCOUNT_URL' => 'https://signup.direct.preprod.worldline-solutions.com/', 'LIVE_CREATE_ACCOUNT_URL' => 'https://worldline.com/en/home/main-navigation/git/contact', 'TEST_VIEW_ACCOUNT_URL' => 'https://merchant-portal.preprod.worldline-solutions.com/dashboard', 'LIVE_VIEW_ACCOUNT_URL' => 'https://merchant-portal.worldline-solutions.com/dashboard', 'GATEWAY_TITLE_DEFAULT' => 'Worldline Global Online Pay', 'GATEWAY_METHOD_TITLE' => 'Worldline Global Online Pay for WooCommerce', 'WEBHOOK_NAMESPACE' => 'inpsyde/worldline-for-woocommerce'];
6