mirror of
https://github.com/woocommerce/woocommerce-paypal-payments.git
synced 2025-09-05 08:59:14 +08:00
Remove ApplePay script debug param.
This commit is contained in:
parent
d8b5d3120d
commit
813af819dd
1 changed files with 1 additions and 1 deletions
|
@ -1073,7 +1073,7 @@ class ApplePayButton implements ButtonInterface {
|
|||
|
||||
wp_register_script(
|
||||
'wc-ppcp-applepay-admin',
|
||||
untrailingslashit( $this->module_url ) . '/assets/js/boot-admin.js?x=' . time(),
|
||||
untrailingslashit( $this->module_url ) . '/assets/js/boot-admin.js',
|
||||
array(),
|
||||
$this->version,
|
||||
true
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue