mirror of
https://github.com/jlengrand/adyen-node-api-library.git
synced 2026-03-10 08:01:20 +00:00
set value of qrcode to proper value stated in docs (#900)
Co-authored-by: Michael Paul <michael@michaelpaul.com.br>
This commit is contained in:
@@ -61,7 +61,7 @@ export namespace OutputBarcode {
|
||||
Ean13 = <any> 'EAN13',
|
||||
Ean8 = <any> 'EAN8',
|
||||
Pdf417 = <any> 'PDF417',
|
||||
Qrcode = <any> 'QRCODE',
|
||||
Qrcode = <any> 'QRCode',
|
||||
Upca = <any> 'UPCA'
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user