0.8
This release contains breaking changes
-
Update
updateContributionCompleted
,updateContributionFailed
,updateContributionRefunded
,repeatContribution
IPN functions so they now takeorder_reference
andtrxn_id
parameters.You need to update
contribution_trxn_id
->order_reference
andpayment_trxn_id
totrxn_id
. -
Switch to contribution.repeattransaction and payment.create API functions.
-
Initial support for \Civi\Payment\PropertyBag. Add new CRM.payment library. Add WebhookTrait