Skip to content

Commit

Permalink
More cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
oaratovskyi committed Sep 18, 2024
1 parent 592dbd1 commit 7ca58a8
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion client/globals.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,6 @@ declare global {
paymentTimeline: boolean;
isDisputeIssuerEvidenceEnabled: boolean;
isPaymentOverviewWidgetEnabled?: boolean;
isEmbeddedKycEnabled?: boolean;
};
fraudServices: unknown[];
testMode: boolean;
Expand Down
1 change: 0 additions & 1 deletion tests/unit/test-class-wc-payments-account.php
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,6 @@ public function tear_down() {
unset( $_GET );
unset( $_REQUEST );
parent::tear_down();
delete_option( '_wcpay_feature_embedded_kyc' );
}

public function test_filters_registered_properly() {
Expand Down

0 comments on commit 7ca58a8

Please sign in to comment.