Add getters & setters for contributionID on CRM_Core_Payment.
authoreileen <emcnaughton@wikimedia.org>
Tue, 15 Oct 2019 00:17:30 +0000 (13:17 +1300)
committereileen <emcnaughton@wikimedia.org>
Thu, 24 Oct 2019 20:47:22 +0000 (09:47 +1300)
commitc28ad54a7194e30033ffed1ad727586546e80db3
tree4c0cb8f30f11f6067264fe7c0944dbdcc7911cb4
parent2f08eb609d2dad8f867272ce65641d63c24dc60a
Add getters & setters for contributionID on CRM_Core_Payment.

This will enable PaymentProcessor.pay to do ->setContributionID(['contribution_id'])
and set a pattern for definining other standardised parameters.
CRM/Core/Payment.php
CRM/Core/Payment/PayPalImpl.php