Skip to content

Commit aff76cc

Browse files
authored
Merge pull request #3134 from catchpoint/master
Promote to prod
2 parents 03a3028 + c12af94 commit aff76cc

File tree

4 files changed

+45
-25
lines changed

4 files changed

+45
-25
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)