forked from LiveCarta/PayPal-PHP-SDK
@@ -137,7 +137,7 @@ class WebhookFunctionalTest extends \PHPUnit_Framework_TestCase
|
|||||||
break;
|
break;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
$this->assertTrue($found, "The Created Web Profile was not found in the get list");
|
$this->assertTrue($found, "The Created Webhook was not found in the get list");
|
||||||
$this->assertEquals($webhook->getId(), $foundObject->getId());
|
$this->assertEquals($webhook->getId(), $foundObject->getId());
|
||||||
return $result;
|
return $result;
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user