#danila-list-pagination
1 messages ยท Page 1 of 1 (latest)
@twin vine you can't so you have to do it the other way. You start with the most recent one and then you paginate back in time
Hi, thank you for joining me ๐
what a pitty ๐ฆ our import logic designed to work from the beging and will be confused if refund processed earlier that charge
Looks like I need to hardcode the first txn_ and start paginating with this id
I wouldn't do that
You're importing data, you're going to insert this in some ERP or database. You must be adding the BalanceTransaction's created time. Ingestion order really shouldn't matter here
just because refund cannot be stored without reference to a particular charge