stanley-king 3 years ago
parent
commit
d253088fba
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

@@ -248,7 +248,7 @@ class policy extends ProviderManager implements IPolicy
             $resp = RBridgeFactory::instance()->notify($notify_url, $params);
         }
 
-        return $resp == "SUCCESS";
+        return $resp == "SUCCESS" || $resp == 'FAILED';
     }
 
     private function body($state, $refill_info, $mch_info)