expresstechsoftware / connect-memberpress-discord-add-on

This add-on enables connecting your MemberPress enabled website to your discord server. Now you can add/remove MemberPress members directly to your discord server roles, assign roles according to your member levels, unassign roles when they expire, change role when they change membership.
GNU General Public License v2.0
4 stars 1 forks source link

work on trasaction complete aug 3 2021 #28

Closed aashishmeenaets closed 2 years ago

aashishmeenaets commented 2 years ago
ravisoni6262 commented 2 years ago
ravisoni6262 commented 2 years ago

DB entry having a wrong key name. the membership_id is missing from the key name.

Untitled
ravisoni6262 commented 2 years ago

One put role API not having role ID incall:

Untitled
ravisoni6262 commented 2 years ago

File : memberpress-discord/public/class-memberpress-discord-public.php Method: ets_memberpress_discord_as_handler_memberpress_complete_transaction Line: if ( $mapped_role_id && $expired_level_id == false && $cancel_level_id == false ) {

ravisoni6262 commented 2 years ago
ravisoni6262 commented 2 years ago

I fixed the following: