mirror of
https://github.com/woocommerce/woocommerce-paypal-payments.git
synced 2025-09-10 23:42:39 +08:00
remove not used interface
This commit is contained in:
parent
55c3de4f24
commit
6cadb842c1
1 changed files with 0 additions and 18 deletions
|
@ -1,18 +0,0 @@
|
||||||
<?php
|
|
||||||
/**
|
|
||||||
* The WcGateway interface.
|
|
||||||
*
|
|
||||||
* @package WooCommerce\PayPalCommerce\WcGateway\Gateway
|
|
||||||
*/
|
|
||||||
|
|
||||||
declare(strict_types=1);
|
|
||||||
|
|
||||||
namespace WooCommerce\PayPalCommerce\WcGateway\Gateway;
|
|
||||||
|
|
||||||
/**
|
|
||||||
* Interface WcGatewayInterface
|
|
||||||
*/
|
|
||||||
interface WcGatewayInterface {
|
|
||||||
|
|
||||||
|
|
||||||
}
|
|
Loading…
Add table
Add a link
Reference in a new issue