谷歌支付-退款通知-pushKey

This commit is contained in:
khalil
2024-06-01 23:28:57 +08:00
parent 7612849ecd
commit 86a353e72b

View File

@@ -115,7 +115,7 @@ public class SystemConfig {
ChargeNotify.iapRechargeRiskUserPushKey = iapRechargeRiskUserPushKey;
}
public static void setGoogleRefundRobotKey(String googleRefundRobotKey) {
public void setGoogleRefundRobotKey(String googleRefundRobotKey) {
ChargeNotify.googleRefundRobotKey = googleRefundRobotKey;
}
}