Skip to content

Commit 85c5493

Browse files
authored
Http not supported issue fixed
1 parent 53b34a7 commit 85c5493

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

tests/WebhookTest.php

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -15,14 +15,14 @@ class WebhookTest extends TestSimpleResource
1515
*/
1616
public $postArray = array(
1717
"topic" => "orders/create",
18-
"address" => "http://whatever.phpclassic.com/",
18+
"address" => "https://whatever.phpclassic.com/",
1919
"format" => "json"
2020
);
2121

2222
/**
2323
* @inheritDoc
2424
*/
2525
public $putArray = array(
26-
"address" => "http://whatsoever.phpclassic.com/",
26+
"address" => "https://whatsoever.phpclassic.com/",
2727
);
28-
}
28+
}

0 commit comments

Comments
 (0)