Skip to content

Commit

Permalink
fix: replace invalid url to oneclick form on oneclick admin view
Browse files Browse the repository at this point in the history
  • Loading branch information
isabellaahc committed Nov 8, 2023
1 parent 420e8d9 commit f46b23f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion plugin/views/admin/oneclick-admin-options.php
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
<div class="" style="display: flex; flex-wrap: wrap; margin-bottom: 10px">
<div style="flex: 1; margin-bottom: 10px">
<div style="margin-right: 10px; height: 100%; background: #fff; border-radius: 10px;">
<a target="_blank" href="https://contrata.transbankdevelopers.cl/Oneclick/?wpcommerce=<?php echo $trackinfo['wpcommerce']; ?>&wpenv=<?php echo $trackinfo['wpenv']; ?>&utm_source=woocommerce_plugin&utm_medium=banner&utm_campaign=contrata">
<a target="_blank" href="https://contrata-oneclick.continuumhq.dev/Oneclick">
<img style="border-radius: 10px; width: 400px; margin-right: 10px; display: block" src="<?php echo plugins_url('/images/oneclick-banner.jpg', dirname(__DIR__)); ?>" alt="">
</a>
</div>
Expand Down

0 comments on commit f46b23f

Please sign in to comment.