Files
shipping-portal/config/qr.php
T
2024-04-10 22:27:09 +08:00

9 lines
270 B
PHP

<?php
return [
// please update resources/assets/vue/app.js if value is changed
// 'qr_code_img_url' => 'https://chart.googleapis.com/chart?chs=150x150&cht=qr&chl=', // not working
'qr_code_img_url' => 'https://qrcode.tec-it.com/API/QRCode?data=',
];