mirror of
https://gitee.com/egzosn/pay-java-parent.git
synced 2026-05-17 04:02:52 +08:00
审核后的状态
This commit is contained in:
@@ -90,7 +90,7 @@ public class PayoneerPayService extends BasePayService implements AdvancedPaySer
|
||||
@Override
|
||||
public boolean getAuthorizationStatus(String payeeId) {
|
||||
JSONObject result = (JSONObject) secondaryInterface(null, payeeId, PayoneerTransactionType.PAYEES_STATUS);
|
||||
return "0".equals(result.get(CODE).toString())/* && "ACTIVE".equals(result.getString("status"))*/;
|
||||
return "0".equals(result.get(CODE).toString()) && "ACTIVE".equals(result.getString("status"));
|
||||
}
|
||||
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user