Skip to content

Commit

Permalink
Added support description
Browse files Browse the repository at this point in the history
  • Loading branch information
kartik1000 authored and mattwire committed Feb 17, 2022
1 parent f174b47 commit 2d85f46
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions CRM/Core/Payment/Manual.php
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,8 @@
class CRM_Core_Payment_Manual extends CRM_Core_Payment {

protected $result;
// This support variable is used to allow the capabilities supported by the Dummy processor to be set from outside the class.
// Initially these capabilities are set to TRUE, however they can be altered by calling the setSupports function directly from outside the class.
protected $supports = [
'LiveMode' => TRUE,
'TestMode' => TRUE,
Expand Down

0 comments on commit 2d85f46

Please sign in to comment.