Skip to content

Commit

Permalink
fix: WooPay direct checkout docblock name (#9729)
Browse files Browse the repository at this point in the history
  • Loading branch information
frosso authored Nov 15, 2024
1 parent 7e9d704 commit f31d8ee
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 4 deletions.
5 changes: 5 additions & 0 deletions changelog/fix-woopay-direct-checkout-docblock-name
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
Significance: patch
Type: fix
Comment: chore: fix WooPay direct checkout docblock name


5 changes: 1 addition & 4 deletions includes/class-wc-payments-woopay-direct-checkout.php
Original file line number Diff line number Diff line change
@@ -1,14 +1,11 @@
<?php
/**
* Class WC_Payments_Payment_Request_Button_Handler
* Class WC_Payments_WooPay_Direct_Checkout
* Adds support for WooPay direct checkout feature.
*
* @package WooCommerce\Payments
*/

use WCPay\WooPay\WooPay_Session;
use WCPay\WooPay\WooPay_Utilities;

if ( ! defined( 'ABSPATH' ) ) {
exit;
}
Expand Down

0 comments on commit f31d8ee

Please sign in to comment.