mirror of
https://github.com/woocommerce/woocommerce-paypal-payments.git
synced 2025-09-05 08:59:14 +08:00
Remove the redundant scriptLoading.js file
This commit is contained in:
parent
75c808216c
commit
cfa411078a
1 changed files with 0 additions and 9 deletions
|
@ -1,9 +0,0 @@
|
|||
import { loadPaypalScript } from '../../../../ppcp-button/resources/js/modules/Helper/ScriptLoading';
|
||||
|
||||
export const payPalScriptLoader = ( ppcpConfig, callback ) => {
|
||||
console.log( 'Loading PayPal script' );
|
||||
loadPaypalScript( ppcpConfig, () => {
|
||||
console.log( 'PayPal script loaded' );
|
||||
callback();
|
||||
} );
|
||||
};
|
Loading…
Add table
Add a link
Reference in a new issue