Skip to content

Commit df6dc1b

Browse files
authored
Update get-subscription.php
1 parent 7c1fb9b commit df6dc1b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

RecurringBilling/get-subscription.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ function getSubscription($subscriptionId)
2121
$request->setMerchantAuthentication($merchantAuthentication);
2222
$request->setRefId($refId);
2323
$request->setSubscriptionId($subscriptionId);
24-
    $request->setIncludeTransactions(true);
24+
$request->setIncludeTransactions(true);
2525

2626
// Controller
2727
$controller = new AnetController\ARBGetSubscriptionController($request);

0 commit comments

Comments
 (0)