File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
LitleSdkForNet/LitleSdkForNetTest/Functional Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -453,7 +453,7 @@ public void SimpleBatch()
453
453
var giftCardAuthReversalResponse = litleBatchResponse . nextGiftCardAuthReversalResponse ( ) ;
454
454
while ( giftCardAuthReversalResponse != null )
455
455
{
456
- Assert . AreEqual ( "100 " , giftCardAuthReversalResponse . response ) ;
456
+ Assert . AreEqual ( "301 " , giftCardAuthReversalResponse . response ) ;
457
457
458
458
giftCardAuthReversalResponse = litleBatchResponse . nextGiftCardAuthReversalResponse ( ) ;
459
459
}
@@ -469,7 +469,7 @@ public void SimpleBatch()
469
469
var giftCardCaptureResponse = litleBatchResponse . nextGiftCardCaptureResponse ( ) ;
470
470
while ( giftCardCaptureResponse != null )
471
471
{
472
- Assert . AreEqual ( "100 " , giftCardCaptureResponse . response ) ;
472
+ Assert . AreEqual ( "301 " , giftCardCaptureResponse . response ) ;
473
473
474
474
giftCardCaptureResponse = litleBatchResponse . nextGiftCardCaptureResponse ( ) ;
475
475
}
@@ -494,7 +494,7 @@ public void SimpleBatch()
494
494
var giftCardCreditResponse = litleBatchResponse . nextGiftCardCreditResponse ( ) ;
495
495
while ( giftCardCreditResponse != null )
496
496
{
497
- Assert . AreEqual ( "100 " , giftCardCreditResponse . response ) ;
497
+ Assert . AreEqual ( "301 " , giftCardCreditResponse . response ) ;
498
498
499
499
giftCardCreditResponse = litleBatchResponse . nextGiftCardCreditResponse ( ) ;
500
500
}
You can’t perform that action at this time.
0 commit comments