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 87464f0 commit f83efafCopy full SHA for f83efaf
src/presentation/test/builder/AbstractPartnerBuilder.ts
@@ -90,8 +90,8 @@ abstract class AbstractPartnerBuilder {
90
return this;
91
}
92
93
- withLegalEntityRegistrationLocation(country: string) {
94
- this.data.legal_entity_registration_location = country;
+ withLegalEntityRegistrationLocation(legalEntityRegistrationLocation: string) {
+ this.data.legal_entity_registration_location = legalEntityRegistrationLocation;
95
96
97
0 commit comments