We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d7838a4 commit 717c914Copy full SHA for 717c914
tests/Handlers/AccountTest.php
@@ -798,7 +798,9 @@ public function testGetUpdatePaymentMethodAddressPage(): void
798
'subscriptionPrice' => 10.00,
799
'status' => 'ACTIVE',
800
'wptPlanName' => '',
801
- 'monthlyRuns' => 8
+ 'monthlyRuns' => 8,
802
+ 'creditCardBillingCountry' => 'US',
803
+ 'creditCardBillingState' => 'US'
804
]);
805
$wpt_api_key_list = new ApiKeyList();
806
$paid_page_info = new PaidPageInfo($customer, $wpt_api_key_list);
0 commit comments