mirror of
https://gitee.com/egzosn/pay-java-parent.git
synced 2026-05-20 07:56:38 +08:00
增加订单付款后的校验
This commit is contained in:
@@ -90,8 +90,9 @@ public class PayoneerPayService extends BasePayService implements AdvancedPaySer
|
||||
if (params.containsKey(OUT_TRADE_NO)){
|
||||
return verifySource((String) params.get(OUT_TRADE_NO));
|
||||
}
|
||||
return true;
|
||||
}
|
||||
return true;
|
||||
return false;
|
||||
}
|
||||
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user