Open masetto opened 2 years ago
opps yeah - I haven't updated this code for a bit - adding that would get rid of the php warning - although it really could do with a more thorough cleanup/overhaul
I just pushed up a patch that adds that function - and otherwise switches CiviToken
to no longer use the old deprecated hooks
Great! Thank you @eileenmcnaughton
In your opinion, in order to add soft credit tokens using the new Token Processor context (I need the soft_credit_amount), is it useful to insert them in this extension or to intervene in the Soft Credit Tokens extension? Now I believe that all tokens work on the contactId context and not on the contributionId. See my question here
@MegaphoneJon might be better placed to answer that ? I don't have a problem with them being added to this extension
All the tokens in THIS extension work on the contact id - but it isn't hard these days to add to the other entities
I have this PHP warning:
I think
evaluateTokens
function is missing inCivi/Token/CiviTokens.php
...