Privacy Subsystem implementation for paygw_paypal.
Copyright: | 2020 Shamim Rezaie <shamim@moodle.com> |
License: | http://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later |
File Size: | 82 lines (3 kb) |
Included or required: | 0 times |
Referenced: | 0 times |
Includes or requires: | 0 files |
provider:: (3 methods):
get_reason()
export_payment_data()
delete_data_for_payment_sql()
get_reason() X-Ref |
Get the language string identifier with the component's language file to explain why this plugin stores no data. return: string |
export_payment_data(\context $context, array $subcontext, \stdClass $payment) X-Ref |
Export all user data for the specified payment record, and the given context. param: \context $context Context param: array $subcontext The location within the current context that the payment data belongs param: \stdClass $payment The payment record |
delete_data_for_payment_sql(string $paymentsql, array $paymentparams) X-Ref |
Delete all user data related to the given payments. param: string $paymentsql SQL query that selects payment.id field for the payments param: array $paymentparams Array of parameters for $paymentsql |