| DIR: /home/dhnidqcz/pragmaticsng.org/wp-content/plugins/caldera-forms/processors/classes/ |
| Current File : /home/dhnidqcz/pragmaticsng.org/wp-content/plugins/caldera-forms/processors/classes/payment.php |
<?php /** * Base class that payment processor add-ons should use * * @package Caldera_Forms * @author Josh Pollock <[email protected]> * @license GPL-2.0+ * @link * @copyright 2016 CalderaWP LLC */ abstract class Caldera_Forms_Processor_Payment extends Caldera_Forms_Processor_Processor implements Caldera_Forms_Processor_Interface_Payment { } |