Missing to pass RecurringPayment.ID in MessageTokenProvider for current version of develop branch (3.9)

This topic was automatically closed 365 days after the last reply. New replies are no longer allowed.
Hace 7 años
Hi AM,
MessageTokenProvider.cs > line : 985
Please update missing to pass "Id" token of "RecurringPayment.ID".
like
tokens.Add(new Token("RecurringPayment.ID", recurringPayment.Id));
Hace 7 años
Hi.
Thanks, it fixed now.
This topic was automatically closed 365 days after the last reply. New replies are no longer allowed.