Updated the PaymentType property in PublicWalkRequestAcceptDto and WalkCreateDto to be nullable. Modified ApiWalksController to safely assign PaymentType, using a default value when null to prevent runtime errors.