Skip to content

Commit

Permalink
Update linkpe.html
Browse files Browse the repository at this point in the history
  • Loading branch information
PtPrashantTripathi committed Sep 3, 2021
1 parent 2f4d1ff commit 1129dde
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion linkpe.html
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ <h4 style="color: #DAE0E2;">Create UPI Payment Request Link </h4>
<script>
if (window.location.search.indexOf('pa')> -1) {
const q = window.location.search;
const url= 'https://ptprashanttripathi.me/linkpe'+q+'&cu=INR';
const url= 'https://prashanttripathi.me/linkpe'+q+'&cu=INR';
document.getElementById("linkpeURL").innerHTML =url;
document.getElementById("whatsapp").href="https://wa.me/?text=Hi%2C%20You%20can%20pay%20me%20by%20this%20Upi%20Payment%20Link%0A%20"+encodeURIComponent(url);
document.getElementById("linkpediv").style.display="block";
Expand Down

0 comments on commit 1129dde

Please sign in to comment.