We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 88a9b83 commit ac17a6aCopy full SHA for ac17a6a
src/main/java/Invokers/ApiClient.java
@@ -149,9 +149,9 @@ public class ApiClient {
149
public String responseCode;
150
151
/**
152
- * Use this field <b>ONLY IF</b> you have more than one instance of ApiClient.
153
- * This field should <b>NOT</b> be used/accessed for a singleton object.
154
- */
+ * Use this field <b>ONLY IF</b> you have more than one instance of ApiClient.
+ * This field should <b>NOT</b> be used/accessed for a singleton object.
+ */
155
public String status;
156
157
public MerchantConfig merchantConfig;
0 commit comments