pay.action.inc |
includes/pay.action.inc |
|
Functions that support the Drupal actions/triggers system for payment
transactions and activities. |
pay.admin.inc |
includes/pay.admin.inc |
|
Administration form settings and related functions. |
pay.api.php |
pay.api.php |
|
Hooks provided by the Pay module. |
pay.handlers.inc |
includes/pay.handlers.inc |
|
Hooks to specify available handlers for pay |
pay.inc |
includes/handlers/pay.inc |
|
The base class for the Payment API. |
pay.info |
pay.info |
|
name = Pay
description = Pay for donations, orders or other nodes
package = Payment API
core = 6.x |
pay.install |
pay.install |
|
Pay module allows for accepting payments against a node using pluggable
payment backends. |
pay.menu.inc |
includes/pay.menu.inc |
|
Menu callbacks and supporting functinos for the Payment API. |
pay.module |
pay.module |
|
Pay module allows for accepting payments using pluggable payment backends. |
pay.theme.inc |
theme/pay.theme.inc |
|
Theme hooks and callbacks for the Payment API. |
pay.token.inc |
includes/pay.token.inc |
|
Pay module tokens support. |
pay.trigger.inc |
includes/pay.trigger.inc |
|
Implements hooks that are pertinent to the trigger module. |
pay.views.inc |
includes/views/pay.views.inc |
|
Views functionality for the Payment API |
pay.views_default.inc |
includes/views/pay.views_default.inc |
|
Default Views the Payment API |
pay_activity.inc |
includes/handlers/pay_activity.inc |
|
A base class for payment activities. |
pay_cc.css |
theme/pay_cc.css |
|
@charset "utf-8";
/* Reset spacing of common elements and just use our theming for this form */
.pay-cc-form label, .pay-cc-form input, .pay-cc-form span {
margin: 0;
margin-top: 0.5em;
}
.pay-cc-form div.form-item {
margin-top:… |
pay_cc_form.tpl.php |
theme/pay_cc_form.tpl.php |
|
Default theme implementation to display a credit card form for Pay. |
pay_form.inc |
includes/handlers/pay_form.inc |
|
The base class for payment activities. All payment form classes should
extend this. |
pay_form.tpl.php |
theme/pay_form.tpl.php |
|
|
pay_form_amount.tpl.php |
theme/pay_form_amount.tpl.php |
|
|
pay_handler_argument_default_form.inc |
includes/views/pay_handler_argument_default_form.inc |
|
Contains the payment form from URL argument default plugin. |
pay_handler_argument_state.inc |
includes/views/pay_handler_argument_state.inc |
|
|
pay_handler_field_amount.inc |
includes/views/pay_handler_field_amount.inc |
|
|
pay_handler_field_count.inc |
includes/views/pay_handler_field_count.inc |
|
|
pay_handler_field_handler.inc |
includes/views/pay_handler_field_handler.inc |
|
A field hander for payment forms. |
pay_handler_field_pay_form.inc |
includes/views/pay_handler_field_pay_form.inc |
|
A Views field handler that lists payment forms. |
pay_handler_field_pay_form_link.inc |
includes/views/pay_handler_field_pay_form_link.inc |
|
A views field handler that provides a link to a payment form. |
pay_handler_field_pay_transaction_link.inc |
includes/views/pay_handler_field_pay_transaction_link.inc |
|
A views field handler that provides a link to a payment transaction. |
pay_handler_field_transaction_state.inc |
includes/views/pay_handler_field_transaction_state.inc |
|
A field hander for payment forms. |
pay_handler_filter_amount.inc |
includes/views/pay_handler_filter_amount.inc |
|
|
pay_handler_filter_handler.inc |
includes/views/pay_handler_filter_handler.inc |
|
|
pay_item.inc |
includes/handlers/pay_item.inc |
|
An item type for payment activities. |
pay_method.inc |
includes/handlers/pay_method.inc |
|
The base class for payment activities. All payment method classes should
extend this class. |
pay_method_custom.inc |
includes/handlers/pay_method_custom.inc |
|
The base class for manual payment activities. |
pay_method_direct.inc |
includes/handlers/pay_method_direct.inc |
|
The base class for 'direct' payment activities, where payments are collected
on third-party sites such as PayPal, and the responses are returned to Drupal
on a URL callback. |
pay_method_gateway.inc |
includes/handlers/pay_method_gateway.inc |
|
The base class for credit card payment activities. |
pay_node.admin.inc |
modules/pay_node/includes/pay_node.admin.inc |
|
Menu callbacks to administrative screens for node payments. |
pay_node.info |
modules/pay_node/pay_node.info |
|
name = Node payments
description = Attach payment forms to node creation or display pages.
package = Payment API
core = 6.x
dependencies[] = pay |
pay_node.install |
modules/pay_node/pay_node.install |
|
Install, update and uninstall functions for the Pay Node module. |
pay_node.module |
modules/pay_node/pay_node.module |
|
|
pay_node.views.inc |
modules/pay_node/includes/views/pay_node.views.inc |
|
Views support for pay_node forms. |
pay_node_handler_field_pay_form_link.inc |
modules/pay_node/includes/views/pay_node_handler_field_pay_form_link.inc |
|
A Views field handler for links to payment forms. |
pay_progress.css |
modules/pay_progress/theme/pay_progress.css |
|
.pay-progress {
padding: 1em .5em;
position: relative;
}
.pay-progress-goal {
float: right;
}
.pay-progress-start {
position: absolute;
}
.pay-progress-bar {
float: left;
position: relative;
background: #e6e6e6;
border: 1px solid… |
pay_progress.info |
modules/pay_progress/pay_progress.info |
|
name = Pay progress
description = Progress bar for Pay forms
package = Payment API
dependencies[] = pay
core = 6.x |
pay_progress.module |
modules/pay_progress/pay_progress.module |
|
Pay Progress module |
pay_progress.theme.inc |
modules/pay_progress/theme/pay_progress.theme.inc |
|
Theme hooks and callbacks for the Payment Progress module. |
pay_progress.tpl.php |
modules/pay_progress/theme/pay_progress.tpl.php |
|
|
pay_transaction.inc |
includes/handlers/pay_transaction.inc |
|
A base class for payment transactions. |
pay_transaction.tpl.php |
theme/pay_transaction.tpl.php |
|
|