Classes
\IQnection\Payment
| Name | Description | |
|---|---|---|
| CreditCardPayment | No description available | EMPTY |
| OfflinePayment | No description available | EMPTY |
| Payment | Example of processing payment in form handler // validate the payment submission $inValid = $Payment->ValidateSubmission($data); if (count($inValid)) { foreach($inValid as $fieldName => $message) { $form->addErrorMessage($fieldName,$message,'bad'); } return $this->redirectback(); } | EMPTY |
| SiteConfig | No description available | EMPTY |