Remove QR code feature (#14038)

This commit is contained in:
sau226
2022-06-11 05:06:25 +10:00
committed by GitHub
parent 4d10c53216
commit a0884b5d24
5 changed files with 0 additions and 53 deletions

View File

@@ -40,7 +40,6 @@ function _requestMaker (user, method, additionalSets = {}) {
|| route.indexOf('/paypal') === 0
|| route.indexOf('/amazon') === 0
|| route.indexOf('/stripe') === 0
|| route.indexOf('/qr-code') === 0
|| route.indexOf('/analytics') === 0
) {
url += `${route}`;