Hi, I try my best to migrate the code from EOS 202 to the same style that the code on EOS 201, I think it is correct, after a lot of try and google, however I still not receiving the event to add the deposit to my new table.
I see the new table but the function pay seen to neve been called
void helloworld::pay(eosio::name from, eosio::name to, eosio::asset quantity, std::string memo)
I even try to add a log to see if the problem was on saving the value but the trigger never gets logged as well.
check(false, “notification handler triggered successfully”);
I add all my code into GitHub, you will find it here (https://github.com/ricknz01/eos_helloworld)
Thank you in advance