Skip to content

Commit

Permalink
Merge pull request #3134 from catchpoint/master
Browse files Browse the repository at this point in the history
Promote to prod
  • Loading branch information
lbartoli79 authored Jan 8, 2025
2 parents 03a3028 + c12af94 commit aff76cc
Show file tree
Hide file tree
Showing 4 changed files with 45 additions and 25 deletions.
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
Loading

0 comments on commit aff76cc

Please sign in to comment.