Source Code Documentation


Field Summary | Method Summary | Field Detail | Method Detail

Package s2Member\PayPal

pro\s2member-pro\includes\classes\gateways\paypal\paypal-responses.inc.php at line #44

Class c_ws_plugin__s2member_pro_paypal_responses

c_ws_plugin__s2member_pro_paypal_responses

public class c_ws_plugin__s2member_pro_paypal_responses

PayPal® Pro Form responses.

Since:

1.5


( 8 Methods )
Method Summary
public static array

paypal_cancellation_response(array $attr)

Creates response divs after Cancellation processing.

public static array

paypal_checkout_response(array $attr)

Creates response divs after Membership checkout processing.

public static null|array

paypal_form_api_validation_errors(array $attr)

Validates the configuration of API Credentials.

public static null|array

paypal_form_attr_validation_errors(array $attr)

Validates the configuration of the current form.

public static null|array

paypal_form_submission_validation_errors(str $form, array $s)

Validates different kinds of form submissions.

public static array

paypal_registration_response(array $attr)

Creates response divs after Registration processing.

public static array

paypal_sp_checkout_response(array $attr)

Creates response divs after Specific Post/Page checkout processing.

public static array

paypal_update_response(array $attr)

Creates response divs after Update processing.

( 8 Methods )
Method Detail

pro\s2member-pro\includes\classes\gateways\paypal\paypal-responses.inc.php at line #55

paypal_cancellation_response()

public static array paypal_cancellation_response(array $attr)

Creates response divs after Cancellation processing.

Since:

1.5

Parameters:

array $attr - An array of Pro Form Attributes.

Returns:

array - An array of response details.

[ back to top ]

pro\s2member-pro\includes\classes\gateways\paypal\paypal-responses.inc.php at line #171

paypal_checkout_response()

public static array paypal_checkout_response(array $attr)

Creates response divs after Membership checkout processing.

Since:

1.5

Parameters:

array $attr - An array of Pro Form Attributes.

Returns:

array - An array of response details.

[ back to top ]

pro\s2member-pro\includes\classes\gateways\paypal\paypal-responses.inc.php at line #202

paypal_form_api_validation_errors()

public static null|array paypal_form_api_validation_errors(array $attr)

Validates the configuration of API Credentials.

Free Registration Forms do NOT require API Credentials.

Since:

1.5

Parameters:

array $attr - An array of Pro Form Attributes.

Returns:

null|array - Null if there are no errors, else a response array.

[ back to top ]

pro\s2member-pro\includes\classes\gateways\paypal\paypal-responses.inc.php at line #229

paypal_form_attr_validation_errors()

public static null|array paypal_form_attr_validation_errors(array $attr)

Validates the configuration of the current form.

Free Registration Forms do NOT require API Credentials.

Since:

1.5

Parameters:

array $attr - An array of Pro Form Attributes.

Returns:

null|array - Null if there are no errors, else a response array.

[ back to top ]

pro\s2member-pro\includes\classes\gateways\paypal\paypal-responses.inc.php at line #590

paypal_form_submission_validation_errors()

public static null|array paypal_form_submission_validation_errors(str $form, array $s)

Validates different kinds of form submissions.

Free Registration Forms do NOT require API Credentials.

Since:

1.5

Parameters:

str $form - The type of Pro Form being submitted.

array $s - An array of data submitted through the Pro Form.

Returns:

null|array - Null if there are no errors, else a response array.

[ back to top ]

pro\s2member-pro\includes\classes\gateways\paypal\paypal-responses.inc.php at line #113

paypal_registration_response()

public static array paypal_registration_response(array $attr)

Creates response divs after Registration processing.

Since:

1.5

Parameters:

array $attr - An array of Pro Form Attributes.

Returns:

array - An array of response details.

[ back to top ]

pro\s2member-pro\includes\classes\gateways\paypal\paypal-responses.inc.php at line #142

paypal_sp_checkout_response()

public static array paypal_sp_checkout_response(array $attr)

Creates response divs after Specific Post/Page checkout processing.

Since:

1.5

Parameters:

array $attr - An array of Pro Form Attributes.

Returns:

array - An array of response details.

[ back to top ]

pro\s2member-pro\includes\classes\gateways\paypal\paypal-responses.inc.php at line #84

paypal_update_response()

public static array paypal_update_response(array $attr)

Creates response divs after Update processing.

Since:

1.5

Parameters:

array $attr - An array of Pro Form Attributes.

Returns:

array - An array of response details.

[ back to top ]

Source Code Documentation


Field Summary | Method Summary | Field Detail | Method Detail