Skip to content

Commit 93a4e85

Browse files
committed
fixed run sample issue
1 parent 976d2f8 commit 93a4e85

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

samples/xml/src/main/java/com/cybersource/sample/RunSample.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,7 @@ public static void main(String[] args) {
9090

9191
case 4:
9292
authReply = runAuth(props, "auth");
93-
if(authReply=null)
93+
if(authReply==null)
9494
break;
9595
requestID = getRequestID(authReply);
9696
decision = getDecisonCode(authReply);

0 commit comments

Comments
 (0)