Skip to content

Commit

Permalink
[PT-931] removed hardcoded variable
Browse files Browse the repository at this point in the history
  • Loading branch information
tikohov20 committed Apr 23, 2024
1 parent 0f64d4d commit 907e3cb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Mondu/Mondu/Blocks/MonduBlocksSupport.php
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ public function get_payment_method_script_handles() {
true
);

wp_set_script_translations( 'mondu-blocks-integration', 'mondu', '/usr/share/nginx/html/woocommerce82/wp-content/plugins/mondu-buy-now-pay-later/languages');
wp_set_script_translations( 'mondu-blocks-integration', 'mondu', MONDU_PLUGIN_PATH. '/languages');

return [ 'mondu-blocks-integration' ];
}
Expand Down

0 comments on commit 907e3cb

Please sign in to comment.