(no description)
File Size: | 37 lines (2 kb) |
Included or required: | 0 times |
Referenced: | 0 times |
Includes or requires: | 0 files |
paygw_provider:: (2 methods):
export_payment_data()
delete_data_for_payment_sql()
Interface: paygw_provider - X-Ref
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 |