diff --git a/src/components/ButtonWithReplica.js b/src/components/ButtonWithReplica.js index 36b9a48..0d4c13e 100644 --- a/src/components/ButtonWithReplica.js +++ b/src/components/ButtonWithReplica.js @@ -127,7 +127,7 @@ const ButtonWithReplica = ({ Open(); }; const downloadQR = () => { - const imageUrl = "https://dev.api.kedaimaster.com/uploads/1739542152564.jpg"; // Image URL + const imageUrl = API_BASE_URL + "/" + paymentUrl; // Image URL // Create a new XMLHttpRequest to fetch the image as a Blob fetch(imageUrl)