Skip to content
This repository has been archived by the owner on Nov 13, 2024. It is now read-only.

Commit

Permalink
Adjust namespaces
Browse files Browse the repository at this point in the history
  • Loading branch information
chrisfromthelc committed Oct 31, 2024
1 parent b06c061 commit 785e876
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/inc/wccom-sidecar-abuse-decisions-actions.php
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?php

namespace WPCOMSpecialProjects\SiftDecisions\Abuse_Decision_Actions;
namespace WPCOMSpecialProjects\SiftDecisions\WCCOM_Sidecar_Actions;

/**
* Unblock a user from making purchases if Sift indicates that they are no longer a fraud risk.
Expand Down
2 changes: 1 addition & 1 deletion src/inc/wccom-sidecar.php
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

namespace WPCOMSpecialProjects\SiftDecisions\WCCOM_Sidecar;

use function WPCOMSpecialProjects\SiftDecisions\Abuse_Decision_Actions\{
use function WPCOMSpecialProjects\SiftDecisions\WCCOM_Sidecar_Actions\{
unblock_user_from_purchases,
void_and_refund_user_orders,
cancel_and_remove_user_subscriptions,
Expand Down

0 comments on commit 785e876

Please sign in to comment.