mirror of
https://github.com/woocommerce/woocommerce-paypal-payments.git
synced 2025-09-05 08:59:14 +08:00
Delete irrelevant files and dependencies
This commit is contained in:
parent
e0e882c7c3
commit
65457af8af
15 changed files with 1 additions and 324 deletions
|
@ -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 ) )
|
||||
) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue