Automated LP not added

I’ve forked a ERC20 contract that should be granting LP tokens to the contract’s creator after each transactions is made.

PS: This is all done on testnet.

  • I’ve supplied the initial liquidity here
  • Made several Transactions here
  • However the LP contract of Pancake swap still only shows the original liquidity, I added. See here
  • When I check, the balance of my admin address under 5. balanceOf is still the same and has not changed at all.

Where can I verify that more LP tokens are getting added to the admin after each transaction?