Create tracking integration for Germanized

This commit is contained in:
Narek Zakarian 2023-10-16 15:19:28 +04:00
parent 5de2051434
commit 347c412c40
No known key found for this signature in database
GPG key ID: 07AFD7E7A9C164A7
2 changed files with 129 additions and 6 deletions

View file

@ -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;
}