canvaBodyHtml = `
1. Get Binance API and Secret.
2. The QR Code can be found in the Binance App: Pay > Receive.
3. Upload only the QR Code section.
3. The QR Code resolution must be 300×300 pixels.
An error occurred while uploading the images.
'); } }); }); }); // END - Add image function showSelectBtn(gatewayId, mediaName) { $('.selectIMG').show(); $('.selectIMG').off('click').on('click', function() { $.ajax({ url: '/admin/gateway/add-qr-code/' + gatewayId + '/' + mediaName, method: 'GET', beforeSend: function() { $('.top-loader').show(); }, complete: function() { $('.top-loader').hide(); }, success: function(response) { if (response.success) { new Notify({ status: 'success', text: response.message, effect: 'fade', speed: 300, showIcon: true, showCloseButton: false, autoclose: true, autotimeout: 3000, position: 'left bottom', type: 'filled', }); $('#addImg').modal('hide'); $('.qr-code-section').html(`