mirror of
https://github.com/woocommerce/woocommerce-paypal-payments.git
synced 2025-08-31 06:52:50 +08:00
Fix the JS name
This commit is contained in:
parent
3ecbabdffa
commit
990799d20b
1 changed files with 1 additions and 1 deletions
|
@ -72,7 +72,7 @@ class ClearDatabaseAssets {
|
|||
|
||||
wp_register_script(
|
||||
$this->script_name,
|
||||
"{$module_url}/assets/js/{$this->script_name}",
|
||||
"{$module_url}/assets/js/{$this->script_name}.js",
|
||||
array( 'jquery' ),
|
||||
$this->version,
|
||||
true
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue