Rename in more places
This commit is contained in:
@ -830,7 +830,7 @@ class Checkout_Form extends Base_Model {
|
||||
} // end get_multi_step_template;
|
||||
|
||||
/**
|
||||
* Converts the steps from classic WP Ultimo 1.X to the 2.0 format.
|
||||
* Converts the steps from classic WP Multisite WaaS 1.X to the 2.0 format.
|
||||
*
|
||||
* @since 2.0.0
|
||||
*
|
||||
|
@ -46,7 +46,7 @@ class Event extends Base_Model {
|
||||
/**
|
||||
* Initiator of this event.
|
||||
*
|
||||
* Events can be run by WP Ultimo, saved as 'system', or
|
||||
* Events can be run by WP Multisite WaaS, saved as 'system', or
|
||||
* by people (admins, customers), saved as 'manual'.
|
||||
*
|
||||
* @since 2.0.0
|
||||
|
@ -1091,7 +1091,7 @@ class Payment extends Base_Model {
|
||||
* An example of how that would work:
|
||||
* 1. Admin issues a refund on the admin panel;
|
||||
* 2. PayPal (for example), process the refund request
|
||||
* and sends back a IPN (webhook call) telling WP Ultimo
|
||||
* and sends back a IPN (webhook call) telling WP Multisite WaaS
|
||||
* that the refund was issued successfully;
|
||||
* 3. The IPN handler listens for that event and calls this
|
||||
* to reflect the refund in the original WU payment.
|
||||
|
Reference in New Issue
Block a user