From 717c914a970a58f81f795c0637f7c952501dac8c Mon Sep 17 00:00:00 2001 From: Leonardo Bartoli <142893024+lbartoli79@users.noreply.github.com> Date: Fri, 20 Dec 2024 15:55:46 +0100 Subject: [PATCH] Test fix --- tests/Handlers/AccountTest.php | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/tests/Handlers/AccountTest.php b/tests/Handlers/AccountTest.php index 724b3a3a9a..a69639795b 100644 --- a/tests/Handlers/AccountTest.php +++ b/tests/Handlers/AccountTest.php @@ -798,7 +798,9 @@ public function testGetUpdatePaymentMethodAddressPage(): void 'subscriptionPrice' => 10.00, 'status' => 'ACTIVE', 'wptPlanName' => '', - 'monthlyRuns' => 8 + 'monthlyRuns' => 8, + 'creditCardBillingCountry' => 'US', + 'creditCardBillingState' => 'US' ]); $wpt_api_key_list = new ApiKeyList(); $paid_page_info = new PaidPageInfo($customer, $wpt_api_key_list);