Working on subscriptions (WIP)

This commit is contained in:
Emili Castells Guasch 2023-06-21 15:42:18 +02:00
parent 157dd41b7c
commit 06bfe33db2
5 changed files with 165 additions and 59 deletions

View file

@ -15,6 +15,8 @@ document.addEventListener(
subscriptionTrial.style.display = 'none';
}
console.log('testing')
const unlinkBtn = document.getElementById('ppcp_unlink_sub_plan');
unlinkBtn?.addEventListener('click', (event)=>{
event.preventDefault();