Skip to content

Commit 717c914

Browse files
authored
Test fix
1 parent d7838a4 commit 717c914

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

tests/Handlers/AccountTest.php

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -798,7 +798,9 @@ public function testGetUpdatePaymentMethodAddressPage(): void
798798
'subscriptionPrice' => 10.00,
799799
'status' => 'ACTIVE',
800800
'wptPlanName' => '',
801-
'monthlyRuns' => 8
801+
'monthlyRuns' => 8,
802+
'creditCardBillingCountry' => 'US',
803+
'creditCardBillingState' => 'US'
802804
]);
803805
$wpt_api_key_list = new ApiKeyList();
804806
$paid_page_info = new PaidPageInfo($customer, $wpt_api_key_list);

0 commit comments

Comments
 (0)