We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7c1fb9b commit df6dc1bCopy full SHA for df6dc1b
1 file changed
RecurringBilling/get-subscription.php
@@ -21,7 +21,7 @@ function getSubscription($subscriptionId)
21
$request->setMerchantAuthentication($merchantAuthentication);
22
$request->setRefId($refId);
23
$request->setSubscriptionId($subscriptionId);
24
- $request->setIncludeTransactions(true);
+ $request->setIncludeTransactions(true);
25
26
// Controller
27
$controller = new AnetController\ARBGetSubscriptionController($request);
0 commit comments