Skip to content

Commit

Permalink
Test fix
Browse files Browse the repository at this point in the history
  • Loading branch information
lbartoli79 authored Dec 20, 2024
1 parent d7838a4 commit 717c914
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion tests/Handlers/AccountTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -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);
Expand Down

0 comments on commit 717c914

Please sign in to comment.