From 607afa8fa701721a3ad1be3d2339853e5fa9c836 Mon Sep 17 00:00:00 2001 From: Matt Klepaczewski Date: Tue, 21 Jul 2020 11:54:41 +0100 Subject: [PATCH] Updated API endpoints after boxberry.de -> boxberry.ru change --- Client/Client.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Client/Client.php b/Client/Client.php index e48a3ae..f6cfdfe 100644 --- a/Client/Client.php +++ b/Client/Client.php @@ -41,12 +41,12 @@ class Client /** * @var string */ - protected $production_url = 'https://api.boxberry.de/json.php'; + protected $production_url = 'https://api.boxberry.ru/json.php'; /** * @var string */ - protected $debug_url = 'http://test.api.boxberry.de/json.php'; + protected $debug_url = 'https://test-ecom.boxberry.ru/json.php'; /** * @var bool