Privacy Subsystem implementation for paygw_paypal.
More...
|
static | delete_data_for_payment_sql (string $paymentsql, array $paymentparams) |
| Delete all user data related to the given payments.
|
|
static | export_payment_data (\context $context, array $subcontext, stdClass $payment) |
| Export all user data for the specified payment record, and the given context.
|
|
static | get_reason () |
| Get the language string identifier with the component's language file to explain why this plugin stores no data.
|
|
Privacy Subsystem implementation for paygw_paypal.
- Copyright
- 2020 Shamim Rezaie shami.nosp@m.m@mo.nosp@m.odle..nosp@m.com
- License
- http://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later
◆ delete_data_for_payment_sql()
static paygw_paypal\privacy\provider::delete_data_for_payment_sql |
( |
string | $paymentsql, |
|
|
array | $paymentparams ) |
|
static |
Delete all user data related to the given payments.
- Parameters
-
string | $paymentsql | SQL query that selects payment.id field for the payments |
array | $paymentparams | Array of parameters for $paymentsql |
Implements core_payment\privacy\paygw_provider.
◆ export_payment_data()
static paygw_paypal\privacy\provider::export_payment_data |
( |
\context | $context, |
|
|
array | $subcontext, |
|
|
stdClass | $payment ) |
|
static |
Export all user data for the specified payment record, and the given context.
- Parameters
-
context | $context | Context |
array | $subcontext | The location within the current context that the payment data belongs |
stdClass | $payment | The payment record |
Implements core_payment\privacy\paygw_provider.
◆ get_reason()
static paygw_paypal\privacy\provider::get_reason |
( |
| ) |
|
|
static |
The documentation for this class was generated from the following file:
- payment/gateway/paypal/classes/privacy/provider.php