ok
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user