mirror of
https://github.com/woocommerce/woocommerce-paypal-payments.git
synced 2025-09-06 18:16:38 +08:00
Update the prepare_item_string() comments
This commit is contained in:
parent
27b8155766
commit
beb14ea95a
1 changed files with 1 additions and 1 deletions
|
@ -14,7 +14,7 @@ trait ItemTrait {
|
|||
/**
|
||||
* Cleans up item strings (title and description for example) and prepares them for sending to PayPal.
|
||||
*
|
||||
* @param string $description Item description.
|
||||
* @param string $string Item string.
|
||||
* @return string
|
||||
*/
|
||||
protected function prepare_item_string( string $string ): string {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue