-
- Downloads
financial#2 add PaymentProcessor.title field
There was a long discussion a while back about adding a label or title field to the civicrm_payment_processor table. It kinda died but since 5.13 adds another field (contribution_recur.cancel_reason) which is kinda rare I thought we should probably add this field in the same release as we can better keep most releases to no schema changes that way. At this stage the field is not in use - but I figure getting it added will make the next steps of exposing it easier & there is general agreement we need something of this nature. (the cancel reason field will also take further commits to expose in the UI)
Showing
- CRM/Financial/DAO/PaymentProcessor.php 23 additions, 1 deletionCRM/Financial/DAO/PaymentProcessor.php
- CRM/Upgrade/Incremental/php/FiveThirteen.php 3 additions, 0 deletionsCRM/Upgrade/Incremental/php/FiveThirteen.php
- xml/schema/Financial/PaymentProcessor.xml 11 additions, 0 deletionsxml/schema/Financial/PaymentProcessor.xml
Please register or sign in to comment