mirror of
https://github.com/woocommerce/woocommerce-paypal-payments.git
synced 2025-09-04 08:47:23 +08:00
Create tracking integration for Germanized
This commit is contained in:
parent
5de2051434
commit
347c412c40
2 changed files with 129 additions and 6 deletions
|
@ -9,10 +9,10 @@ declare(strict_types=1);
|
|||
|
||||
namespace WooCommerce\PayPalCommerce\Compat;
|
||||
|
||||
interface Integration
|
||||
{
|
||||
/**
|
||||
* Integrates some (possibly external) service with PayPal Payments.
|
||||
*/
|
||||
public function integrate(): void;
|
||||
interface Integration {
|
||||
|
||||
/**
|
||||
* Integrates some (possibly external) service with PayPal Payments.
|
||||
*/
|
||||
public function integrate(): void;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue