Skip to content

Commit

Permalink
Add extra row to docblock
Browse files Browse the repository at this point in the history
  • Loading branch information
mordeth committed Dec 20, 2024
1 parent 76a280d commit eff4df8
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions includes/class-wc-payments-onboarding-service.php
Original file line number Diff line number Diff line change
Expand Up @@ -1077,6 +1077,7 @@ public function update_enabled_payment_methods_ids( $gateway, $capabilities = []
* WooPay and Apple Pay & Google Pay are considered placeholder payment methods and are excluded.
*
* @param array $payment_methods Array of payment methods to process.
*
* @return array Filtered array of unique payment methods.
*/
private function exclude_placeholder_payment_methods( array $payment_methods ): array {
Expand Down

0 comments on commit eff4df8

Please sign in to comment.