Delete irrelevant files and dependencies

This commit is contained in:
Misha Utkin 2025-02-05 18:02:00 +01:00
parent e0e882c7c3
commit 65457af8af
No known key found for this signature in database
GPG key ID: 0675AD83BAE10581
15 changed files with 1 additions and 324 deletions

View file

@ -25,7 +25,6 @@ import {
wpDebuggingPlugin,
pcpPlugin,
PcpMerchant,
PcpConfig,
} from '../resources';
import { getCustomerStorageStateName } from './helpers';
@ -243,7 +242,7 @@ export class Utils {
}
};
configurePcp = async ( data: PcpConfig ) => {
configurePcp = async ( data ) => {
if (
! ( await this.requestUtils.isPluginInstalled( pcpPlugin.slug ) )
) {