mirror of
https://github.com/woocommerce/woocommerce-paypal-payments.git
synced 2025-08-30 05:00:51 +08:00
17 lines
487 B
PHP
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;
|