Classes
\
| Name | Description | |
|---|---|---|
| Exception | No description available | EMPTY |
\SilverStripe\Omnipay
| Name | Description | |
|---|---|---|
| GatewayFieldsFactory | Helper for generating gateway fields, based on best practices. | EMPTY |
| GatewayInfo | Provides information about gateways. | EMPTY |
| PaymentGatewayController | Payment Gateway Controller | EMPTY |
\SilverStripe\Omnipay\Admin
| Name | Description | |
|---|---|---|
| PaymentDevelopmentAdmin | Development tools for payments | EMPTY |
\SilverStripe\Omnipay\Exception
| Name | Description | |
|---|---|---|
| Exception | Base class for all exceptions thrown by the SilverStripe Omnipay Module | EMPTY |
| InvalidConfigurationException | Class InvalidConfigurationException | EMPTY |
| InvalidParameterException | Class InvalidParameterException | EMPTY |
| InvalidStateException | Class InvalidStateException | EMPTY |
| MissingParameterException | Class MissingParameterException | EMPTY |
| ServiceException | No description available | EMPTY |
\SilverStripe\Omnipay\Extensions
| Name | Description | |
|---|---|---|
| Payable | An extension for providing payments on a particular data object. | EMPTY |
| SagePayExtension | Sagepay has some very indiviual needs so to help we have created this extension that you can use as a beginning to try and help your SagePay transaction to go through. Add it to your YML file e.g. | EMPTY |
| WorldPayResponseExtension | Add specific response overwrites for WorldPay gateway responses. | EMPTY |
\SilverStripe\Omnipay\Helper
| Name | Description | |
|---|---|---|
| ErrorHandling | Error handling methods for the SilverStripe Omnipay Module | EMPTY |
| Logging | No description available | EMPTY |
| PaymentMath | Helper class to deal with payment arithmetic. | EMPTY |
\SilverStripe\Omnipay\Model
| Name | Description | |
|---|---|---|
| Payment | Payment DataObject | EMPTY |
\SilverStripe\Omnipay\Model\Message
| Name | Description | |
|---|---|---|
| AuthorizeError | No description available | EMPTY |
| AuthorizeRedirectResponse | No description available | EMPTY |
| AuthorizeRequest | No description available | EMPTY |
| AuthorizedResponse | No description available | EMPTY |
| AwaitingAuthorizeResponse | No description available | EMPTY |
| AwaitingCreateCardResponse | No description available | EMPTY |
| AwaitingPurchaseResponse | No description available | EMPTY |
| CaptureError | No description available | EMPTY |
| CaptureRequest | No description available | EMPTY |
| CapturedResponse | No description available | EMPTY |
| CompleteAuthorizeError | No description available | EMPTY |
| CompleteAuthorizeRequest | No description available | EMPTY |
| CompleteCreateCardError | No description available | EMPTY |
| CompleteCreateCardRequest | No description available | EMPTY |
| CompletePurchaseError | No description available | EMPTY |
| CompletePurchaseRequest | No description available | EMPTY |
| CreateCardError | No description available | EMPTY |
| CreateCardRedirectResponse | No description available | EMPTY |
| CreateCardRequest | No description available | EMPTY |
| CreateCardResponse | No description available | EMPTY |
| GatewayErrorMessage | No description available | EMPTY |
| GatewayMessage | Class GatewayMessage | EMPTY |
| GatewayRedirectResponseMessage | No description available | EMPTY |
| GatewayRequestMessage | Stores parameters for an offsite gateway request. | EMPTY |
| GatewayResponseMessage | No description available | EMPTY |
| NotificationError | No description available | EMPTY |
| NotificationPending | No description available | EMPTY |
| NotificationSuccessful | No description available | EMPTY |
| PartiallyCapturedResponse | No description available | EMPTY |
| PartiallyRefundedResponse | No description available | EMPTY |
| PaymentMessage | Base class for logging messages, transactions etc associated with a payment. | EMPTY |
| PurchaseError | No description available | EMPTY |
| PurchaseRedirectResponse | No description available | EMPTY |
| PurchaseRequest | No description available | EMPTY |
| PurchasedResponse | No description available | EMPTY |
| RefundError | No description available | EMPTY |
| RefundRequest | No description available | EMPTY |
| RefundedResponse | No description available | EMPTY |
| VoidError | No description available | EMPTY |
| VoidRequest | No description available | EMPTY |
| VoidedResponse | No description available | EMPTY |
\SilverStripe\Omnipay\Service
| Name | Description | |
|---|---|---|
| AuthorizeService | No description available | EMPTY |
| CaptureService | Service used in tandem with AuthorizeService. | EMPTY |
| CreateCardService | No description available | EMPTY |
| NotificationCompleteService | Abstract base class for payment services that operate on an existing transaction. Examples of this are: Void, Refund and Capture. | EMPTY |
| PaymentService | Provides wrapper methods for interacting with the omnipay gateways library. | EMPTY |
| PurchaseService | No description available | EMPTY |
| RefundService | No description available | EMPTY |
| ServiceFactory | No description available | EMPTY |
| ServiceResponse | Class ServiceResponse. | EMPTY |
| VoidService | No description available | EMPTY |
\SilverStripe\Omnipay\Tests
| Name | Description | |
|---|---|---|
| AuthorizeServiceTest | No description available | EMPTY |
| BaseNotificationServiceTest | Base class with common tests for Void, Capture and Refund Services | EMPTY |
| BasePurchaseServiceTest | Abstract base-class that implements common tests for "authorize" and "purchase". | EMPTY |
| CaptureServiceTest | Test the capture service | EMPTY |
| CreateCardServiceTest | No description available | EMPTY |
| GatewayFieldsFactoryTest | No description available | EMPTY |
| GatewayInfoTest | No description available | EMPTY |
| PayableTest | No description available | EMPTY |
| PaymentGatewayControllerTest | No description available | EMPTY |
| PaymentMathTest | Test payment math operations | EMPTY |
| PaymentModelTest | No description available | EMPTY |
| PaymentServiceTest | No description available | EMPTY |
| PaymentTest | No description available | EMPTY |
| PurchaseServiceTest | No description available | EMPTY |
| RefundServiceTest | Test the refund service | EMPTY |
| ServiceFactoryTest | No description available | EMPTY |
| ServiceResponseTest | No description available | EMPTY |
| VoidServiceTest | Test the void service | EMPTY |
\SilverStripe\Omnipay\Tests\Extensions
| Name | Description | |
|---|---|---|
| PaymentGatewayControllerTestExtension | No description available | EMPTY |
| PaymentTestPaymentExtensionHooks | Extension that can be used to test payment hooks | EMPTY |
| PaymentTestServiceExtensionHooks | Extension that can be used to test hooks on payment services | EMPTY |
| ServiceFactoryTestExtension | No description available | EMPTY |
| ServiceFactoryTestExtensionTwo | No description available | EMPTY |
| TestNotifyResponseExtension | No description available | EMPTY |
| TestPaymentExtension | No description available | EMPTY |
\SilverStripe\Omnipay\Tests\Model
| Name | Description | |
|---|---|---|
| TestOffsiteGateway | No description available | EMPTY |
| TestOnsiteGateway | No description available | EMPTY |
| TestOrder | No description available | EMPTY |
\SilverStripe\Omnipay\Tests\Service
| Name | Description | |
|---|---|---|
| ServiceFactoryTestService | No description available | EMPTY |
| TestGatewayFactory | Helper class to inject our desired HTTP client and requests into the newly created gateway instances. | EMPTY |
| TestRandomGenerator | Class TestRandomGenerator | EMPTY |