Skip to content

Commit f656126

Browse files
committed
1 parent a378637 commit f656126

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Gateway.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -303,7 +303,7 @@ public function payment_redirect( Payment $payment ) {
303303
\wp_register_script(
304304
'pronamic-pay-adyen-checkout-drop-in',
305305
\plugins_url( '../js/dist/checkout-drop-in.js', __FILE__ ),
306-
[],
306+
$asset['dependencies'],
307307
$asset['version'],
308308
true
309309
);

0 commit comments

Comments
 (0)