Skip to content

Commit 8aecec8

Browse files
author
brianmc
committed
5.4 feature
1 parent e3ac5be commit 8aecec8

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

CustomerProfiles/get-customer-payment-profile.php

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -35,8 +35,7 @@ function getCustomerPaymentProfile($customerProfileId=\SampleCode\Constants::CUS
3535

3636
if($response->getPaymentProfile()->getSubscriptionIds() != null)
3737
{
38-
if(($response->getPaymentProfile()->getSubscriptionIds() != null) &&
39-
(!empty($response->getPaymentProfile()->getSubscriptionIds())))
38+
if($response->getPaymentProfile()->getSubscriptionIds() != null)
4039
{
4140

4241
echo "List of subscriptions:";

0 commit comments

Comments
 (0)