We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a378637 commit f656126Copy full SHA for f656126
src/Gateway.php
@@ -303,7 +303,7 @@ public function payment_redirect( Payment $payment ) {
303
\wp_register_script(
304
'pronamic-pay-adyen-checkout-drop-in',
305
\plugins_url( '../js/dist/checkout-drop-in.js', __FILE__ ),
306
- [],
+ $asset['dependencies'],
307
$asset['version'],
308
true
309
);
0 commit comments