Skip to content

Commit 95459a1

Browse files
author
brianmc
committed
Updated sub id
1 parent 1676b87 commit 95459a1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

RecurringBilling/get-subscription-status.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
request = apicontractsv1.ARBGetSubscriptionStatusRequest()
99
request.merchantAuthentication = merchantAuth
1010
request.refId = "Sample"
11-
request.subscriptionId = "294541"
11+
request.subscriptionId = "2260421"
1212
# Executing the controller
1313
controller = ARBGetSubscriptionStatusController(request)
1414
controller.execute()

0 commit comments

Comments
 (0)