Closed rafaeloaguirre closed 4 years ago
@michalmikolajczyk Unit tests are failing for some reason. Once I resolve this, I'll deploy an instance for UAT in the same way @bravetarget published his.
@rafaeloaguirre for the UAT to make sense, please add it into Reli
@rafaeloaguirre will you handle to version bump as well?
@rafaeloaguirre will you handle to version bump as well?
Sure. Should be able to.
Description of Changes
Partially addresses #8
It was identified that the component is not updating itself after rendering. Since updateQrCode is called when componentDidUpdate is being triggered, the QR code is not being generated even when orderData is available. The following updates are being made to immediately solve the qr code issue while we come up with a solution for the core problem.
Checklist