Skip to content

Commit

Permalink
Update ApiHelperTest.php
Browse files Browse the repository at this point in the history
  • Loading branch information
usmanpakistan authored Nov 2, 2023
1 parent fd0da46 commit bcbf756
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/Services/ApiHelperTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -202,7 +202,7 @@ public function testCreateWebhook(): void
$data = $shop->apiHelper()->createWebhook([
'topic' => 'ORDERS_CREATE',
'address' => 'https://localhost/webhook/orders-create',
]);
]);

$dataArn = $shop->apiHelper()->createWebhook([
'topic' => 'ORDERS_UPDATE',
Expand Down

0 comments on commit bcbf756

Please sign in to comment.