Moodle PHP Documentation 4.5
Moodle 4.5dev (Build: 20240606) (d3ae1391abe)
paygw_paypal\external\transaction_complete Class Reference
Inheritance diagram for paygw_paypal\external\transaction_complete:

Static Public Member Functions

static execute (string $component, string $paymentarea, int $itemid, string $orderid)
 Perform what needs to be done when a transaction is reported to be complete.
 
static execute_parameters ()
 Returns description of method parameters.
 
static execute_returns ()
 Returns description of method result value.
 

Member Function Documentation

◆ execute()

static paygw_paypal\external\transaction_complete::execute ( string $component,
string $paymentarea,
int $itemid,
string $orderid )
static

Perform what needs to be done when a transaction is reported to be complete.

This function does not take cost as a parameter as we cannot rely on any provided value.

Parameters
string$componentName of the component that the itemid belongs to
string$paymentarea
int$itemidAn internal identifier that is used by the component
string$orderidPayPal order ID
Return values
array

◆ execute_parameters()

static paygw_paypal\external\transaction_complete::execute_parameters ( )
static

Returns description of method parameters.

Return values
external_function_parameters

◆ execute_returns()

static paygw_paypal\external\transaction_complete::execute_returns ( )
static

Returns description of method result value.

Return values
external_function_parameters

The documentation for this class was generated from the following file: