tksventures / tokes-payments-component

Web component to initiate Tokes Platform payment requests
1 stars 1 forks source link

#8 - Adds direct call to updateQrCode method in unpaid modal #9

Closed rafaeloaguirre closed 4 years ago

rafaeloaguirre commented 4 years ago

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

rafaeloaguirre commented 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.

michalmikolajczyk commented 4 years ago

@rafaeloaguirre for the UAT to make sense, please add it into Reli

bravetarget commented 4 years ago

@rafaeloaguirre will you handle to version bump as well?

rafaeloaguirre commented 4 years ago

@rafaeloaguirre will you handle to version bump as well?

Sure. Should be able to.