1 parent e3ac5be commit 8aecec8Copy full SHA for 8aecec8
1 file changed
CustomerProfiles/get-customer-payment-profile.php
@@ -35,8 +35,7 @@ function getCustomerPaymentProfile($customerProfileId=\SampleCode\Constants::CUS
35
36
if($response->getPaymentProfile()->getSubscriptionIds() != null)
37
{
38
- if(($response->getPaymentProfile()->getSubscriptionIds() != null) &&
39
- (!empty($response->getPaymentProfile()->getSubscriptionIds())))
+ if($response->getPaymentProfile()->getSubscriptionIds() != null)
40
41
42
echo "List of subscriptions:";
0 commit comments