Skip to content

Commit

Permalink
chore: remove dump
Browse files Browse the repository at this point in the history
  • Loading branch information
johnkhansrc committed Mar 7, 2022
1 parent 2202873 commit 7ef8958
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions tests/Model/PurchaseAndSubWebhookTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -43,11 +43,6 @@ private function assertSuccessfullyInstantiatePurchaseAndSubWebhook(string $mock
{
$this->mockName = $mockName;

// dump($this->decode());
// if ('subscriptionCancelBodyMocks' === $mockName) {
// dd($this->decode());
// }

echo "\nTest for $mockName payload";

$webhook = WebhookFactory::build($this->decode());
Expand Down

0 comments on commit 7ef8958

Please sign in to comment.