stanley-king 4 years atrás
parent
commit
8ca4c0f2d1
1 changed files with 1 additions and 1 deletions
  1. 1 1
      helper/refill/policy/xyz/policy.php

+ 1 - 1
helper/refill/policy/xyz/policy.php

@@ -35,7 +35,7 @@ class policy extends ProviderManager implements IPolicy
         };
         usort($providers, $ascending);
 
-        return $providers;
+        return [$providers,false];
     }
 
     public function can_retry(array $refill_info, array $order_info) : bool