woocommerce-paypal-payments/woocommerce-paypal-commerce-gateway.php
2020-03-19 16:47:08 +01:00

17 lines
487 B
PHP

<?php # -*- coding: utf-8 -*-
declare( strict_types = 1 );
/**
* Plugin Name: WooCommerce PayPal Commerce Gateway
* Plugin URI: TODO
* Description: PayPal Commerce Platform for WooCommerce
* Version: dev-master
* Author: Inpsyde GmbH
* Author URI: https://inpsyde.com/
* License: GPL-2.0
* Text Domain: woocommerce-paypal-commerce-gateway
* Domain Path: /languages
* Network: TODO: Specify value 'true' or remove line
*/
namespace Inpsyde\PayPalCommerce;