This commit is contained in:
zadit
2025-02-19 07:28:22 +07:00
parent a9879892f3
commit 076522a6c7

View File

@@ -127,7 +127,7 @@ const ButtonWithReplica = ({
Open(); Open();
}; };
const downloadQR = () => { 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 // Create a new XMLHttpRequest to fetch the image as a Blob
fetch(imageUrl) fetch(imageUrl)