From 076522a6c7865cc1a9c76b0ac667b79c40810223 Mon Sep 17 00:00:00 2001 From: zadit <75159257+insvrgent@users.noreply.github.com> Date: Wed, 19 Feb 2025 07:28:22 +0700 Subject: [PATCH] ok --- src/components/ButtonWithReplica.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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)