Delphi generation QR Code promtpay

Delphi generation QR Code promtpay
Jan 23, 2025
delphipromptpay
Delphi generation QR Code promtpay
This coding on Delphi 10.2 tokyo If you want to use it on other versions, please test for compatibility.
1.Download for github
git clone https://github.com/phajvaj/delphi-promptpay.git
2.add file to project and use
uses DelphiZXingQRCode, promptpay_qr;
3.call function generatePayload
var
qrTxt: string;
begin
qrTxt := generatePayload('080132xxxx', '8.00');
end;