Using the sample-code-php/RecurringBilling/get-subscription.php
This line of code always returns an empty array.
$transactions = $response->getSubscription()->getArbTransactions();
Note that the other details of the subscription are being returned and I've verified that there are transactions under 2 different ARB ID's, both in the sandbox and production.
Using the sample-code-php/RecurringBilling/get-subscription.php
This line of code always returns an empty array.
$transactions = $response->getSubscription()->getArbTransactions();
Note that the other details of the subscription are being returned and I've verified that there are transactions under 2 different ARB ID's, both in the sandbox and production.