|
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.
|
|
◆ 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 | $component | Name of the component that the itemid belongs to |
string | $paymentarea | |
int | $itemid | An internal identifier that is used by the component |
string | $orderid | PayPal order ID |
- Return values
-
◆ 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:
- payment/gateway/paypal/classes/external/transaction_complete.php