Skip to content

Commit 6986425

Browse files
committed
style(wc-gateway): fix docblock capitalization in CapturePayPalPayment
1 parent d926d9b commit 6986425

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

modules/ppcp-wc-gateway/src/Endpoint/CapturePayPalPayment.php

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -52,10 +52,10 @@ public function __construct(
5252
/**
5353
* Creates PayPal order from the given PayPal/Venmo vault ID.
5454
*
55-
* custom_id/invoice_id are not accepted as parameters here: the PayPal
56-
* Orders v2 API only reads those fields from inside a purchase unit,
57-
* never from the request root, so from_wc_order() populates them
58-
* directly on the purchase unit built above.
55+
* The custom_id/invoice_id fields are not accepted as parameters here:
56+
* the PayPal Orders v2 API only reads them from inside a purchase
57+
* unit, never from the request root, so from_wc_order() populates
58+
* them directly on the purchase unit built above.
5959
*
6060
* @throws RuntimeException When request fails.
6161
*/

0 commit comments

Comments
 (0)