Skip to content
This repository has been archived by the owner on Mar 8, 2024. It is now read-only.

Commit

Permalink
Switch to Aztec
Browse files Browse the repository at this point in the history
  • Loading branch information
unknowndomain committed Jun 14, 2018
1 parent d79ef48 commit 0800ca6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/js/print.js
Original file line number Diff line number Diff line change
Expand Up @@ -168,7 +168,7 @@ var Print = {
generate2DBarcodeImage: function( barcode ) {
return new Promise( function ( resolve, reject ) {
bwipjs.toBuffer( {
bcid: 'microqrcode',
bcid: 'azteccode',
scale: 20,
text: barcode,
height: 10,
Expand Down

0 comments on commit 0800ca6

Please sign in to comment.