From cbf89e0900f51c748bb3b950af9694e1f0bbe8c6 Mon Sep 17 00:00:00 2001 From: Michal Pierog Date: Tue, 13 Aug 2024 10:38:49 +0200 Subject: [PATCH 1/3] DE-934 Setup test on a new site --- .github/workflows/python.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/python.yml b/.github/workflows/python.yml index e7a7eb27..630c3c23 100644 --- a/.github/workflows/python.yml +++ b/.github/workflows/python.yml @@ -3,6 +3,7 @@ name: python on: pull_request: branches: [ "main" ] + workflow_dispatch: jobs: setup_and_test: From bf465f5ea0a516c759f9a98487437ebccc6ae1f4 Mon Sep 17 00:00:00 2001 From: Michal Pierog Date: Tue, 13 Aug 2024 10:48:02 +0200 Subject: [PATCH 2/3] DE-934 Setup test on a new site --- tests/data/authorize_assert_cases.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tests/data/authorize_assert_cases.py b/tests/data/authorize_assert_cases.py index bfddc3d6..3317a6da 100644 --- a/tests/data/authorize_assert_cases.py +++ b/tests/data/authorize_assert_cases.py @@ -3,11 +3,11 @@ class AuthorizeAssertCases: def get_result_data() -> dict: return { "site": { - "id": 86561, + "id": 87358, "name": "Python SDK", "subdomain": "python-sdk", "currency": "USD", - "seller_id": 56887, + "seller_id": 58665, "relationship_invoicing_enabled": True, "customer_hierarchy_enabled": False, "whopays_enabled": False, From edf4884cc6f8df7487a9f3355d23f28840b66308 Mon Sep 17 00:00:00 2001 From: Michal Pierog Date: Tue, 13 Aug 2024 10:54:10 +0200 Subject: [PATCH 3/3] DE-934 Setup test on a new site --- tests/data/authorize_assert_cases.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/data/authorize_assert_cases.py b/tests/data/authorize_assert_cases.py index 3317a6da..9d0a33da 100644 --- a/tests/data/authorize_assert_cases.py +++ b/tests/data/authorize_assert_cases.py @@ -3,7 +3,7 @@ class AuthorizeAssertCases: def get_result_data() -> dict: return { "site": { - "id": 87358, + "id": 87359, "name": "Python SDK", "subdomain": "python-sdk", "currency": "USD",