Merge pull request #24650 from Ayesh/pr-typo-wc-gateway
Fix a typo in WC Payment Gateway abstract '3rd party gateway size'
This commit is contained in:
commit
ebb6126499
|
@ -227,7 +227,7 @@ abstract class WC_Payment_Gateway extends WC_Settings_API {
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Get a link to the transaction on the 3rd party gateway size (if applicable).
|
* Get a link to the transaction on the 3rd party gateway site (if applicable).
|
||||||
*
|
*
|
||||||
* @param WC_Order $order the order object.
|
* @param WC_Order $order the order object.
|
||||||
* @return string transaction URL, or empty string.
|
* @return string transaction URL, or empty string.
|
||||||
|
|
Loading…
Reference in New Issue