Skip to content

Commit c59f83c

Browse files
committed
Update success message
1 parent 5f5e0ae commit c59f83c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

TransactionReporting/get-batch-statistics.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ def get_batch_Statistics()
2020

2121
if response != nil
2222
if response.messages.resultCode == MessageTypeEnum::Ok
23-
puts "Successfully got the list of subscriptions"
23+
puts "Successfully got the list of batch statistics."
2424
puts response.messages.messages[0].code
2525
puts response.messages.messages[0].text
2626
puts response.batch.batchId

0 commit comments

Comments
 (0)