Skip to content

Commit

Permalink
Update to v2 order status changed API.
Browse files Browse the repository at this point in the history
  • Loading branch information
remcotolsma committed Oct 9, 2023
1 parent e5be1f2 commit 3818db3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Client.php
Original file line number Diff line number Diff line change
Expand Up @@ -278,7 +278,7 @@ public function refund( $config, RefundRequest $refund ) {
public function get_order_results( $notification_token ) {
$result = $this->request(
'GET',
'order/server/api/events/results/merchant.order.status.changed',
'order/server/api/v2/events/results/merchant.order.status.changed',
$notification_token
);

Expand Down

0 comments on commit 3818db3

Please sign in to comment.