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 |