|
|
@@ -13,7 +13,6 @@ public class WXPay {
|
|
|
private SignType signType;
|
|
|
private boolean autoReport;
|
|
|
private boolean useSandbox;
|
|
|
- private String notifyUrl;
|
|
|
private WXPayRequest wxPayRequest;
|
|
|
|
|
|
public WXPay(final WXPayConfig config) throws Exception {
|
|
|
@@ -39,7 +38,6 @@ public class WXPay {
|
|
|
|
|
|
public WXPay(final WXPayConfig config, final String notifyUrl, final boolean autoReport, final boolean useSandbox) throws Exception {
|
|
|
this.config = config;
|
|
|
- this.notifyUrl = notifyUrl;
|
|
|
this.autoReport = autoReport;
|
|
|
this.useSandbox = useSandbox;
|
|
|
if (useSandbox) {
|