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:
Rodrigo Primo 2019-09-24 17:53:06 -03:00 committed by GitHub
commit ebb6126499
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -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.
* @return string transaction URL, or empty string.