Skip to content

Commit

Permalink
Removes identity number field on onboarding flow
Browse files Browse the repository at this point in the history
  • Loading branch information
semihshn committed Mar 29, 2024
1 parent e7733f9 commit e4975ec
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tests/onboarding_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,7 @@ func Test_CreateSubMerchantMember(t *testing.T) {
Email: "[email protected]",
PhoneNumber: "905551111111",
Iban: "TR930006701000000001111111",
IdentityNumber: "11111111110",

Check failure on line 45 in tests/onboarding_test.go

View workflow job for this annotation

GitHub Actions / build

unknown field IdentityNumber in struct literal of type adapter.CreateMemberRequest (typecheck)
LegalCompanyTitle: "Dem Zeytinyağı Üretim Ltd. Şti.",
Name: "Dem Zeytinyağı Üretim Ltd. Şti.",
MemberType: craftgate.MemberType_LIMITED_OR_JOINT_STOCK_COMPANY,
Expand Down

0 comments on commit e4975ec

Please sign in to comment.