Skip to content

Commit 961ca91

Browse files
default value for cc fake data region
1 parent 0267e13 commit 961ca91

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

modules/util.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -287,7 +287,7 @@ def fake_autofill_data(self, country_code: str) -> AutofillAddressBase:
287287

288288
return fake_data
289289

290-
def fake_credit_card_data(self, country_code: str) -> CreditCardBase:
290+
def fake_credit_card_data(self, country_code: str = "US") -> CreditCardBase:
291291
"""
292292
Generates fake information related to the CC scenarios for a given country code.
293293

0 commit comments

Comments
 (0)